Back: I18N.InvalidSequenceError-accessing Up: Iconv/I18N packages Forward: I18N.LcMessages class-accessing   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

5.10 I18N.LcMessages

Defined in namespace I18N
Superclass: I18N.LocaleConventions
Category: i18n-Messages
This object is a factory of LcMessagesDomain objects

5.10.1 I18N.LcMessages class: accessing  (class)
5.10.2 I18N.LcMessages: accessing  (instance)
5.10.3 I18N.LcMessages: opening MO files  (instance)


5.10.1 I18N.LcMessages class: accessing

category
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'.



Back: I18N.LcMessages-accessing Up: I18N.LcMessages Forward: I18N.LcMessagesCatalog   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on July, 23 2009 using texi2html