[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'gettext' (#fcl) |
Translate the resource strings of a unit.
Source position: line 0
procedure TranslateUnitResourceStrings( |
const AUnitName: String; |
AFile: TMOFile |
); |
const AUnitName: String; |
const AFilename: String |
); |
AUnitName |
|
Name of the unit whose strings should be translated. |
AFile |
|
TMOFile instance with translated strings. |
AUnitName |
|
Name of the unit whose strings should be translated. |
AFilename |
|
Name of .mo file with translated strings |
TranslateUnitResourceStrings is identical in function to TranslateResourceStrings, but translates the strings of a single unit (AUnitName) which was used to compile the application. This can be more convenient, since the resource string files are created on a unit basis.
|
Translate the resource strings of the application. |
|
|
Class providing access to a .mo file. |
No notes exist for this page yet.