hi Guys
I am using GetUserDefaultUILanguage() and GetSystemDefaultUILanguage()
to get the current systems language and load the appropriate language
resource file.

It seems the code is working fine, when call it, it returns me 0x0409
which is US-English, but even after I change the language settings (see
below point-2), to German or something else, it always returns me the
same.

My Question is
1) Is the function GetUserDefaultUILanguage() and
GetSystemDefaultUILanguage() to be used for retreiving the current user
and system language for PPC with Windows Mobile 5.0?

2) Is this the right way to change the system language
?Start->Settings->System->Regional Settings->Region ? if not then can
you please point me the right way?

3) Is there a way to change the device language to
Arabic/Chinese/Japanese which does not use character set similar to
english ?? (for testing my application)

4) Any more test cases that you think would be necessary?

regards