Multi Language App
Multi Language App
I am currently working on an app which will be translated into several languages. The main core is in PHP and obviously the language files are no trouble.
This is the first time our interface has been making heavy use of javascript and was wondering how you normally deal with additional languages for a large app? I was hoping we could make a separate language file for the js messages / labels etc and load this based upon the user selection, so that we don't have to do this at function level.
Any pointers / examples would be appreciated.