Skip to content

Commit

Permalink
add Windows as supported platform for defaultlocale
Browse files Browse the repository at this point in the history
In apache/cordova-windows#59 `defaultlocale` was implemented for Windows.
  • Loading branch information
janpio authored Jan 22, 2018
1 parent 50a8078 commit 532f344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/en/dev/config_ref/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ windows-packageVersion(string) <br/> ==Windows== | Alternative version for Windo
android-packageName(string) <br/> ==Android== | Alternative package name for Android, overrides `id`.
ios-CFBundleIdentifier(string) <br/> ==iOS== | Alternative bundle id for iOS. Overrides `id`.
packageName(string) <br/> ==Windows== | *Default: Cordova.Example* <br/> Package name for Windows.
defaultlocale <br /> ==iOS== | Specified the default language of the app, as an IANA language code.
defaultlocale <br /> ==iOS== ==Windows== | Specified the default language of the app, as an IANA language code.
android-activityName(string) <br/> ==Android== | Set the activity name for your app in AndroidManifest.xml. Note that this is only set once after the Android platform is first added.
xmlns(string) | *Required* <br/> Namespace for the config.xml document.
xmlns:cdv(string) | *Required* <br/> Namespace prefix.
Expand Down

0 comments on commit 532f344

Please sign in to comment.