init(identifier: String)
Overview 概要
Locale
encapsulates information about linguistic, cultural, and technological conventions and standards. Examples of information encapsulated by a locale include the symbol used for the decimal separator in numbers and the way dates are formatted.
Locale
は、言語的、文化的、そして技術的な慣行と標準に関する情報をカプセル化します。あるロケールによってカプセル化された情報の例は、数値において小数分離子として使われる表象および日付が書式設定される方法があります。
Locales are typically used to provide, format, and interpret information about and according to the user’s customs and preferences. They are frequently used in conjunction with formatters. Although you can use many locales, you usually use the one associated with the current user. ロケールは、概して利用者のカスタムおよび環境設定によってそしてそれについて情報を提供、書式設定、そして解釈するために使われます。それらはしばしばフォーマッタと連携して使われます。たとえあなたが多くのロケールを使用可能であっても、あなたはたいてい現在のユーザと結び付けられるものを使います。