sc_set_language('String Language')
|
|
This macro allows to define the application language dinamically.
Ex. 1: Changes the laguage to English. sc_set_language('en_us');
Ex. 2: Changes the laguage to Spanish. sc_set_language('es');
It still allows to define the language and regional settings of the applications using a delimiter ";" between the parameters.
Ex. 1: Changing the language to English and regional settings to Canada. sc_set_language('en_us;en_ca');
Ex. 2: Changing the language to Spanish and regional settings to Mexico. sc_set_language('es;es_mx');
Ex. 3: Changing the language to Germanian and regional settings to Luxembourg. sc_set_language('de;de_lu');
Ex. 4: Changing the language to Eslovak and regional settings to Slovak Republic. sc_set_language('sk;sk_sk');
|
Macro Scope
|
Blank application
|
calendar application
|
chart application
|
Grid application
|
Search application
|
Form application
|
Control Form
|
Menu application
|
Tree menu
|
ReportPDF application
|
allMacros onExecute
|
allMacros onApplicationInit onInit
|
allMacros onApplicationInit onInit
|
allMacros onApplicationInit onInit
|
allMacros onApplicationInit onFilterInit onFilterValidate
|
allMacros onApplicationInit onInit
|
allMacros onApplicationInit onInit onValidate onValidateSuccess
|
allMacros onApplicationInit onLoad
|
allMacros onApplicationInit onLoad
|
allMacros onApplicationInit onInit
|
|