Example: IN_GetLanguageString

 

#define MAX_SIZE 20

 

char szString;

 

/* Get the German title of the Deskew dialog box */

if ( ( nError = IN_GetLanguageString( 7, DLG_DESKEW_TITLE, MAX_SIZE, &szString ) ) != IN_SUCCESS )

 {

  ErrorHandler ( nError, "Error message:" );

 }