| GNU gettext for Delphi, C++ Builder and Kylix 1.2 beta | ||
|---|---|---|
| <<< Previous | API reference | Next >>> |
These two lines do the same thing:
LabelTranslator.Caption:=DefaultInstance.GetTranslationProperty('Last-Translator');
LabelTranslator.Caption:=DefaultInstance.GetTranslatorNameAndEmail; |
In other words, this function is just an easy way to fetch the translator name, but not the only one. See the Section called function GetTranslationProperty (Propertyname:string):WideString;> for more information.
| <<< Previous | Home | Next >>> |
| function GetTranslationProperty (Propertyname:string):WideString; | Up | procedure SaveUntranslatedMsgids(filename: string); |