I am currently building an web app using mostly PHP and JavaScript. What is the best way to design an app so that it is easy to make it available in multiple languages? Originally it will only be in English but I may want to make it available in other languages in the future.
Share
Not 100 percent sure this answers your question, but here’s a post on internationalization and localization in PHP to get you started : http://www.oreillynet.com/pub/a/php/2002/11/28/php_i18n.html.