Difference between revisions of "Internationalization/locale"

(Definition (from wikipedia: [http://en.wikipedia.org/wiki/Locale|Locale]))
(Format of locale on OS's)
Line 2: Line 2:
 
In computing, locale is a set of parameters that defines the user's language, country and any special variant preferences that the user wants to see in their user interface.
 
In computing, locale is a set of parameters that defines the user's language, country and any special variant preferences that the user wants to see in their user interface.
  
== Format of locale on OS's ==
+
== Format of locale on OS's (from wikipedia: [http://en.wikipedia.org/wiki/Locale Locale]) ==
 
* windows (for unmanaged code): hexadecimal code consisting of a language code (lower 10 bits) and culture code (upper bits), aka Locale Identifier (LCID)
 
* windows (for unmanaged code): hexadecimal code consisting of a language code (lower 10 bits) and culture code (upper bits), aka Locale Identifier (LCID)
 
* linux, unix: defined as [language[_territory][.codeset][@modifier]]
 
* linux, unix: defined as [language[_territory][.codeset][@modifier]]

Revision as of 07:21, 18 June 2006

Definition (from wikipedia: Locale)

In computing, locale is a set of parameters that defines the user's language, country and any special variant preferences that the user wants to see in their user interface.

Format of locale on OS's (from wikipedia: Locale)

  • windows (for unmanaged code): hexadecimal code consisting of a language code (lower 10 bits) and culture code (upper bits), aka Locale Identifier (LCID)
  • linux, unix: defined as [language[_territory][.codeset][@modifier]]

Info

for info about what's contained in a locale (language codes, time format,...): http://www-950.ibm.com/software/globalization/icu/demo/locales