[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'gettext' (#fcl) |
Translate a string
Source position: line 0
public function TMOFile.Translate( |
AOrig: PChar; |
ALen: Integer; |
AHash: LongWord |
):String; |
AOrig: String; |
AHash: LongWord |
):String; |
AOrig: String |
):String; |
AOrig |
|
String to translate. |
ALen |
|
Length of the original string. |
AHash |
|
Hash value of the original string. |
Translated string.
AOrig |
|
String to translate. |
AHash |
|
Hash value of the original string. |
Translated string.
AOrig |
|
String to translate. |
Translated string.
Translate translates the string AOrig. The string should be in the .mo file as-is. The string can be given as a plain string, as a PChar (with length ALen). If the hash value (AHash) of the string is not given, it is calculated.
If the string is in the .mo file, the translated string is returned. If the string is not in the file, an empty string is returned.
None.
No notes exist for this page yet.