Function 21, subfunction 5 - set system language.
Parameters:
- eax = 21 - function number
- ebx = 5 - subfunction number
- ecx = system language (1=eng, 2=fi, 3=ger, 4=rus)
Returned value:
Remarks:
- System language is global system variable and is not used
by the kernel itself, however application @panel draws the
appropriate icon.
- Function does not check for correctness, as the kernel does not
use this variable.
- To get system language use subfunction 5 of function 26.