Retired Document
Important: This document was replaced by Internationalization and Localization Guide which covers locale APIs and the syntax of locale IDs.
Introduction to Locales
Locales encapsulate 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. 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 (see Data Formatting Guide for Core Foundation). Although you can use many locales, you usually use the one associated with the current user.
The operating system supplies data for dozens of different locales, regardless of which languages are installed.
Organization of This Document
The following articles explain what locales are, how they work, and common tasks you might perform with them:
Locale Concepts describes what locales are, why they are useful, and how they are identified. It also introduces the relationship between locales and user preferences.
Working With Core Foundation Locales explains how to create locale objects in Core Foundation, how to get the current user’s locale, and how to use locale objects in conjunction with other objects. It also introduces aspects of the lifetime of a locale object.
Copyright © 2003, 2014 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2014-06-18