Default language in phonegap / cordova application

452 Views Asked by At

I have hybrid mobile application written in JavaScript and packaged using PhoneGap Build. Application language is other than English but in application stores (Google Play, WindowsMobile store and Apple iTunes Store) it is announced to be in English and users are confused.

Is there any way to tell the PhoneGap Build that application is in a specific language? Maybe some settings in config.xml.

2

There are 2 best solutions below

2
On

@Pavel, the title you used is incorrect. You want to add Internationalization/Localization Support, and make that support show up in your app store listing.

Here is your answer:

Adding Internationalization/Localization Support to Web Applications http://www.raymondcamden.com/2012/02/15/Adding-InternationalizationLocalization-Support-to-Web-Applications

You also want to use the term i18n

Best of Luck Jesse

1
On