NSBundle.Localizations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The localizations contained within this bundle.
public virtual string[] Localizations { [Foundation.Export("localizations")] get; }
member this.Localizations : string[]
Property Value
String[]
- Attributes
Remarks
The array returned includes both the values indicated in the Info.plist file and those found in the localizations folders. See this discussion for more information.