Getting Default Language


rodolforg

Member
Joined
Apr 9, 2008
Messages
72
Age
41
Location
Brazil
Is there a way to know how language the user has set in Wiz Settings?

I'm developing a game and an app (C language by using official SDK) and I'd be glad if I know it.

setlocale("") doesn't works :p
 
I couldn't found anything about that.
Hm... Actually, there are some C header files on DGE with gettext functions, but nothing about setlocale or how to determine the current language.

Anyway, by official SDK I meant toolchain/c standard libraries (and SDL). I don't use DGE stuff.
 
I don't want to download the 100MB SDK just to look at the documentation, so I did some googling and was only able to find some vague mention of being able to determine it via ioctl (?)
 
Back
Top