javascript - How to enable multi-language selection in Phonegap-jQuery Mobile project? -
hi newbie jquery mobile , have created mobile application using jquery mobile , phonegap , want enable multi-language selection dropdown list in app.i know how add dropdown list , putting items in list easy.but difficulty facing translate ..what possible ways enable translation ? example current language english , while choosing language (eg: italian) need translate complete page italian , how using google translator ?
i built app in german , english. gave user option select desired language stored response localstorage.
then wrote text each page string variables. on each pagebeforeshow did quick check against value in local storage , showed relevant content corresponding string.
a more lightweight version might duplicate pages in sub directory. example english lang files in myapp/en , german lang pages in myapp/de.
this keeps each page lightweight makes keep track of pages little tricky more languages. it'd make total size of app larger. also, yud have work out best way switches users between languages.
i hope gives ideas work with..
Comments
Post a Comment