IUP: Language Dependent String Messages
From IUP - Portable User Interface
Language Dependent String Messages
[Utilities]
Detailed Description
- String database that is dependend of the selected language.
- See iup_strmessage.h
Function Documentation
| void iupStrMessageShowError |
( |
Ihandle * |
parent, |
|
|
| const char * |
message |
|
| ) |
|
|
|
|
Pre-defined dialog to show an error message. Based in IupMessageDlg. Message can be a registered coded message or a commom string. |
| char* iupStrMessageGet |
( |
const char * |
message |
) |
|
|
|
|
Returns a common string from a registered coded message. The returned string depends on the global LANGUAGE attribute. |