| GNU gettext for Delphi, C++ Builder and Kylix 1.2 beta | ||
|---|---|---|
| <<< Previous | API reference | Next >>> |
This function returns the language code that was specified to the last call of UseLanguage(). If UseLanguage() has not been called, yet, or was called with an empty string as parameter, it returns the language code that was derived from the operating system language settings.
See the Section called procedure UseLanguage(LanguageCode: string);> for more information.
| <<< Previous | Home | Next >>> |
| function _(msg:widestring):widestring; | Up | function gettext(msg:widestring):widestring; |