LoadTranslatedStrings
Module:
ecere
Namespace:
ecere
dllexport void
LoadTranslatedStrings
(const
String
moduleName, const char * name)
Description
Load Internationalized Strings for specific module
Parameters
moduleName
const
String
Name of the module from which to load embedded translation strings (e.g. dynamic library); null for the application executable
name
const char *
Name of the module for which to load translation strings
Remarks
The call to LoadTranslatedString() is generated automatically by the symbol loader generator (ecs).