Instance Method インスタンスメソッド

localizedString(forCalendarIdentifier:)

Returns the localized string for the specified calendar identifier. 指定されたカレンダー識別子に対するローカライズされた文字列を返します。

Declaration 宣言

func localizedString(forCalendarIdentifier calendarIdentifier: String) -> String?

Parameters パラメータ

calendarIdentifier

The calendar identifier indicating the calendar whose name you want. Use one of the values listed in Calendar Identifiers. あなたがそれの名前を要求するカレンダーを指し示しているカレンダー識別子。Calendar Identifiersで一覧にされる値の1つを使ってください。

Return Value 戻り値

A human readable string suitable for display to the user corresponding to the given calendar. 与えられたカレンダーに相当する、ユーザに表示するのに適した人の読みやすい文字列。

Discussion 議論

For example, on an American English (en_US) locale, passing gregorian as the identifier, produces the string "Gregorian Calendar". 例えば、このメソッドをアメリカ英語(en_US)ロケール上で、gregorianを識別子として渡すことで、文字列"Gregorian Calendar"を生成してください。

See Also 参照

Getting Display Information About a Locale あるロケールについての表示情報を取得する