| GNU gettext for Delphi, C++ Builder and Kylix 1.2 beta | ||
|---|---|---|
| <<< Previous | API reference | Next >>> |
The entire functionality of the gnugettext.pas unit is encapsulated in the TGnuGettextInstance class. This way you can instantiate multiple instances if you need an instance with different settings than the ones from the default instance. The default instance is put into a variable named DefaultInstance, and almost all non-class procedures and functions in the unit refer to this instance.
| <<< Previous | Home | Next >>> |
| TGetPluralForm | Up | procedure UseLanguage(LanguageCode: string); |