Return to previous page | Return to menu | Go to next page


Void
System management functions

slSetLanguage

Set SMPC memory language number

Format

void slSetLanguage(lang)
Uint8 lang;

Parameter

lang language number

Function

Set the language number in the SMPC holding memory information.

Return value

None

Remarks

SMPC holding memory information can also be referenced from the global variable "Smpc_Status".
To register the SMPC holding memory information in the SMPC holding memory, Use “slSetSmpcMemory”.
The following values ​​can be used for parameters.
SMPC_ENGLISH ... English
SMPC_DEUTSCH ... German
SMPC_FRANCAIS ... French
SMPC_ESPANOL ... Spanish
SMPC_ITALIANO ... Italian
SMPC_JAPAN ... Japanese

Reference: HARDWARE MANUAL vol.1 (SMPC)

slSetLanguage


Return to previous page | Return to menu | Go to next page