To add a supported language to your app, add the following to your PGB config.xml:
The effect of this is that built-in features (such as the camera plugin) will be rendered using whatever language the user has set their iPhone to, as long as it is included in your Localizations array (as above).
it
fr
The effect of this is that built-in features (such as the camera plugin) will be rendered using whatever language the user has set their iPhone to, as long as it is included in your Localizations array (as above).
ryan, Developer
- 1538 Posts
- 132 Reply Likes
Posted 5 years ago
- 48 Posts
- 2 Reply Likes
Sorry but the forum stripped away the tags from your reply.
Where to insert the string "it" in config.xml?
Here they officially told me it is not possible: http://community.phonegap.com/nitobi/...
Where to insert the string "it" in config.xml?
Here they officially told me it is not possible: http://community.phonegap.com/nitobi/...
- 8261 Posts
- 263 Reply Likes
<gap:config-file platform="ios" parent="CFBundleLocalizations" mode="replace">
<array>
<string>it</string>
<string>fr</string>
</array>
</gap:config-file>
- 33 Posts
- 2 Reply Likes
Hi Amir,
Quick questions:
- Do we have to do something similar for Android? (and Windows?)
- I found this list of supported languages for iOS: http://www.ibabbleon.com/iOS-Language... / could you confirm that it is complete?
Quick questions:
- Do we have to do something similar for Android? (and Windows?)
- I found this list of supported languages for iOS: http://www.ibabbleon.com/iOS-Language... / could you confirm that it is complete?
- 8261 Posts
- 263 Reply Likes
- Do we have to do something similar for Android? (and Windows?)
>>Yes. Android configuration not yet available but WinPhone is ready to use
- I found this list of supported languages for iOS: http://www.ibabbleon.com/iOS-Language... / could you confirm that it is complete?
>>Not sure but to be safe, always refer to authoritative source: https://goo.gl/2mPWhb
Hope that helps
>>Yes. Android configuration not yet available but WinPhone is ready to use
- I found this list of supported languages for iOS: http://www.ibabbleon.com/iOS-Language... / could you confirm that it is complete?
>>Not sure but to be safe, always refer to authoritative source: https://goo.gl/2mPWhb
Hope that helps
(Edited)
- 33 Posts
- 2 Reply Likes
It does - Thx Amir - It would be VERY nice to have it for Android :-)
Related Categories
-
PhoneGap Build
- 15111 Conversations
- 275 Followers


