Structure

Locale

Information about linguistic, cultural, and technological conventions for use in formatting data for presentation. 提示用にデータの体裁を整えるのに使う言語的、文化的、そして技術的な慣行についての情報。

Declaration 宣言

struct Locale

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. ロケールは、概して利用者のカスタムおよび環境設定によってそしてそれについて情報を提供、書式設定、そして解釈するために使われます。それらはしばしばフォーマッタと連携して使われます。たとえあなたが多くのロケールを使用可能であっても、あなたはたいてい現在のユーザと結び付けられるものを使います。

Topics 話題

Creating a Locale ロケールを作成する

Getting the User's Locale ユーザの持つロケールを取得する

Getting Known Identifiers and Codes 既知の識別子とコードを取得する

Converting Between Identifiers 識別子間で変換する

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

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

Getting the User's Preferred Languages ユーザの環境設定した言語を取得する

Getting Line and Character Direction for a Language ある言語に対する行と文字の方向を取得する

Comparing Locales ロケールを比較する

Describing a Locale あるロケールを記述する

Using Reference Types 参照型を使用する

Initializers イニシャライザ

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