Hello,

I want to get the system Language that the user chooses.
I mean by system Language, the language that the user select from the right part of the taskbar, next to the clock.
I inserted the GetSystemDefaultLangID, and GetUserDefaultLangID from the APIViewer.
I am calling them, but the result is not changing while changing the language.
When I change the regional settings from the control panel, the Language ID I am getting from the GetUserDefaultLangID function is changing, but unfortunately it’s not the case I want.
So what do you think I must do to fix my problem??
Thanks for your help.