Documentation
IPS_GetSystemLanguage
Require: IP-Symcon >= 6.1
string IPS_GetSystemLanguage ()
Returns
System language
Description
The function returns a string of the system language of the operating system on which IP-Symcon is running.
Example
echo IPS_GetSystemLanguage();
// example output:
/*
// German
de_DE
// English
en_US
*/