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

localizedString(for:)

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

Declaration 宣言

func localizedString(for calendarIdentifier: Calendar.Identifier) -> String?

Discussion 議論

For example, in the “en” locale, the result for .buddhist is "Buddhist Calendar". 例えば、“en” ロケールにおいて、.buddhistに対する結果は"Buddhist Calendar"です。

See Also 参照

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