Instance Property インスタンスプロパティ

preferredLocalizations

An ordered list of preferred localizations contained in the bundle. バンドルの中に含まれる優先ローカライゼーションの順序リスト。

Declaration 宣言

var preferredLocalizations: [String] { get }

Discussion 議論

An array of NSString objects containing language IDs for localizations in the bundle. The strings are ordered according to the user's language preferences and available localizations. バンドルの中のローカライゼーションに対するIDを含んでいるNSStringオブジェクトからなる配列。これら文字列は、ユーザの言語環境設定と利用可能なローカライゼーションに従って順番付けられます。

See Also 参照

Getting Localization Information ローカライズされた情報の取得