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');