Browse Source

Update project-settings.md (#82)

* Update project-settings.md

* Update project-settings.md
Alexey Gulev 5 years ago
parent
commit
665e9545ec
1 changed files with 12 additions and 0 deletions
  1. 12 0
      docs/en/manuals/project-settings.md

+ 12 - 0
docs/en/manuals/project-settings.md

@@ -321,6 +321,12 @@ If specified, use this info.plist file when bundling your app.
 #### Entitlements
 #### Entitlements
 If specified, can override wildcard entitlements defined in the supplied provisioning profile (.entitlements, .xcent, .plist).
 If specified, can override wildcard entitlements defined in the supplied provisioning profile (.entitlements, .xcent, .plist).
 
 
+#### Default Language
+The language used if the application doesn't have user's preferred language in `Localizations` list (see [CFBundleDevelopmentRegion](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-130430)). Use the two-letter ISO 639-1 standard if preferred language is available there or the three-letter ISO 639-2.
+
+#### Localizations
+This field contains comma-separated strings identifying the language name or ISO language designator of the supported localizations (see [CFBundleLocalizations](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-109552)).
+
 ## Android
 ## Android
 
 
 #### App Icon 36x36--192x192
 #### App Icon 36x36--192x192
@@ -370,6 +376,12 @@ If set, use the specified info.plist file when bundling.
 #### Bundle Identifier
 #### Bundle Identifier
 The bundle identifier lets OS X recognize updates to your app. Your bundle ID must be registered with Apple and be unique to your app. You cannot use the same identifier for both iOS and OS X apps.
 The bundle identifier lets OS X recognize updates to your app. Your bundle ID must be registered with Apple and be unique to your app. You cannot use the same identifier for both iOS and OS X apps.
 
 
+#### Default Language
+The language used if the application doesn't have user's preferred language in `Localizations` list (see [CFBundleDevelopmentRegion](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-130430)). Use the two-letter ISO 639-1 standard if preferred language is available there or the three-letter ISO 639-2.
+
+#### Localizations
+This field contains comma-separated strings identifying the language name or ISO language designator of the supported localizations (see [CFBundleLocalizations](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-109552)).
+
 ## Windows
 ## Windows
 
 
 #### App Icon
 #### App Icon