IUP: Language Dependent String Messages

IUP - Portable User Interface

Language Dependent String Messages
[Utilities]


Detailed Description

String database that is dependend of the selected language.
See iup_strmessage.h


Functions

void iupStrMessageShowError (Ihandle *parent, const char *message)
char * iupStrMessageGet (const char *message)

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.