Answer the environment variable used to determine the default
locale
selector
Answer the selector that accesses the receiver when sent to a Locale
object.
5.10.2 I18N.LcMessages: accessing
languageDirectory
Answer the directory holding MO files for the language
languageDirectory: rootDirectory
Answer the directory holding MO files for the language, given the
root directory of the locale data.
territoryDirectory
Answer the directory holding MO files for the language, specific to
the territory
territoryDirectory: rootDirectory
Answer the directory holding MO files for the language, specific to
the territory, given the root directory of the locale data.
5.10.3 I18N.LcMessages: opening MO files
? aString
Answer an object for the aString domain, querying both the
language catalog (e.g. pt) and the territory catalog (e.g. pt_BR
or pt_PT).
domain: aString
Answer an object for the aString domain, querying both the
language catalog (e.g. pt) and the territory catalog (e.g. pt_BR
or pt_PT).
domain: aString localeDirectory: rootDirectory
Answer an object for the aString domain, querying both the
language catalog (e.g. pt) and the territory catalog (e.g. pt_BR
or pt_PT). The localeDirectory is usually '<installprefix>/share/locale'.
This document was generated
on February, 22 2012
using texi2html