Ultra Light Client Guide and Reference
- ULC does not support the unique combination of language and country (that
is, English/US and English/UK). NLS language in ULC is
country-unaware. If your application needs this kind of support, you
can subclass UlcAbstractLocalizer for implementation. By
default, ULC uses the UlcDefaultLocalizer class for mapping local
information to MPR file names.
- If used by classes defined by different manager applications, indexed
messages are duplicated and given different file names.
- If business objects need access to externalized strings, they must
retrieve them from their context. To get the correct locale-specific
resources, send the following messages:
- UlcContext>>#abtSeparatedConstantsFor: aClass
(for UlcView class-specific GUI strings)
- UlcContext>>#getMRI: anInteger for: aClass
(for an indexed message)
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]