![]() |
WGX library Architecture - Reference Manual - Guides |
|
Functions | |
BOOL __stdcall | WgxBuildResourceTable (PWGX_I18N_RESOURCE_ENTRY table, short *lng_file_path) |
Adds localization strings from the file to the table. | |
void __stdcall | WgxApplyResourceTable (PWGX_I18N_RESOURCE_ENTRY table, HWND hWindow) |
Applies a i18n table to the dialog window. | |
short *__stdcall | WgxGetResourceString (PWGX_I18N_RESOURCE_ENTRY table, short *key) |
Retrieves a localization string. | |
void __stdcall | WgxDestroyResourceTable (PWGX_I18N_RESOURCE_ENTRY table) |
Destroys an i18n table. |
BOOL __stdcall WgxBuildResourceTable | ( | PWGX_I18N_RESOURCE_ENTRY | table, | |
short * | lng_file_path | |||
) |
Adds localization strings from the file to the table.
[in,out] | table | pointer to the i18n table. |
[in] | lng_file_path | the path of the i18n file. |
void __stdcall WgxApplyResourceTable | ( | PWGX_I18N_RESOURCE_ENTRY | table, | |
HWND | hWindow | |||
) |
short* __stdcall WgxGetResourceString | ( | PWGX_I18N_RESOURCE_ENTRY | table, | |
short * | key | |||
) |