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

localizations

A list of all the localizations contained in the bundle. バンドルの中に含まれるローカライゼーション全てのリスト。

Declaration 宣言

@property(readonly, copy) NSArray<NSString *> *localizations;

Discussion 議論

An array of NSString objects containing language IDs for all the localizations contained in the bundle. バンドルの中に含まれる全てのローカライゼーションに対する言語IDを含んでいる、NSStringオブジェクトからなる配列。

See Also 参照

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