[Overview][Constants][Types][Classes][Procedures and functions] |
Translate the resource strings of the application.
Source position: line 0
procedure TranslateResourceStrings( |
AFile: TMOFile |
); |
const AFilename: String |
); |
AFile |
|
TMOfileinstance with translated strings. |
AFilename |
|
Name of .mofile with translated strings |
TranslateResourceStringstranslates all the resource strings in the application based on the values in the .mofile AFileNameor AFile. The procedure creates an TMOFileinstance to read the .mofile if a filename is given.
If the file does not exist or is an invalid .mofile.
TranslateUnitResourceStrings |
|
Translate the resource strings of a unit. |
|
Class providing access to a .mofile. |