Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
3.5.0
-
None
Description
When submitting an app to the App Store/Google Play/WP Marketplace the apps are required to have a native localization "flag" to be listed correctly in the store.
- On IOS it's necessary to output *.lproj files for each language.
- Android needs /res/values/strings.xml
- WP8 needs them listed in WMAppManifest.xml
Could this be handled by Cordova?
I'm not talking about an actual localization implementation, I only want to list the languages I support in config.xml and Cordova should generate dummy files so that the stores detect which languages an app supports.