NSBundle.Localizations Property

Definition

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.

Applies to