![]() |
WGX library Architecture - Reference Manual - Guides |
|
Internationalization code. More...
Go to the source code of this file.
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. |
Internationalization code.
Definition in file i18n.c.