[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Translate the resource strings of the application.
Source position: gettext.pp line 73
procedure TranslateResourceStrings( |
AFile: TMOFile |
); |
const AFilename: string |
); |
AFile |
|
TMOfile instance with translated strings. |
AFilename |
|
Name of .mo file with translated strings |
TranslateResourceStrings translates all the resource strings in the application based on the values in the .mo file AFileName or AFile. The procedure creates an TMOFile instance to read the .mo file if a filename is given.
If the file does not exist or is an invalid .mo file.
|
Translate the resource strings of a unit. |
|
|
Class providing access to a .mo file. |