func localizedString (forCountryCode : String) -> String?
Returns the localized string for a country or region code.
ある国名コードまたはリージョン(地域)コードに対するローカライズされた文字列を返します。
func localizedString (forLanguageCode : String) -> String?
Returns the localized string for the specified language code.
指定された言語コードに対するローカライズされた文字列を返します。
func localizedString (forScriptCode : String) -> String?
Returns the localized string for the specified script code.
指定された書体コードに対するローカライズされた文字列を返します。
func localizedString (forVariantCode : String) -> String?
Returns the localized string for the specified variant code.
指定された変種コードに対するローカライズされた文字列を返します。
func localizedString (forCollationIdentifier : String) -> String?
Returns the localized string for the specified collation identifier.
指定された照合識別子に対するローカライズされた文字列を返します。
func localizedString (forCollatorIdentifier : String) -> String?
Returns the localized string for the specified collator identifier.
指定されたコレーター識別子に対するローカライズされた文字列を返します。
func localizedString (forCurrencyCode : String) -> String?
Returns the localized string for the specified currency code.
指定された通貨コードに対するローカライズされた文字列を返します。
func localizedString (forCalendarIdentifier : String) -> String?
Returns the localized string for the specified calendar identifier.
指定されたカレンダー識別子に対するローカライズされた文字列を返します。
Locale Calendar Identifiers
ロケールカレンダー識別子
The types of calendars.
カレンダーの型。