var localizations: [String]
A list of all the localizations contained in the bundle.
バンドルの中に含まれるローカライゼーション全てのリスト。
var preferredLocalizations : [String]
An ordered list of preferred localizations contained in the bundle.
バンドルの中に含まれる優先ローカライゼーションの順序リスト。
var localizedInfoDictionary : [String : Any]?
A dictionary with the keys from the bundle’s localized property list.
バンドルの持つローカライズプロパティリストからのキーを持つ辞書。
class func preferredLocalizations (from: [String]) -> [String]
Returns one or more localizations from the specified list that a bundle object would use to locate resources for the current user.
バンドルオブジェクトが現在のユーザのためのリソースを捜し出すために使う指定されたリストからひとつ以上のローカライゼーションを返します。
class func preferredLocalizations (from: [String], forPreferences : [String]?) -> [String]
Returns locale identifiers for which a bundle would provide localized content, given a specified list of candidates for a user's language preferences.
ユーザの言語環境設定に対する候補のある指定されたリストを与えられて、ロケール識別子を返します、それに対してバンドルがローカライズされた内容を提供します。