New Commands: Language (MultiPlatform)
Posted: Tue Jan 16, 2007 11:34 pm
For a easier multiplatform programming (Win->Linux->Mac),
it could be useful to add some new commands for deal with languages.
For the current user (session).
GetUserPrimaryLanguage()
GetUserSubLanguage()
For all users (all sessions).
GetSystemPrimaryLanguage()
GetSystemSubLanguage()
On Windows these values can be retrieved using
GetUserDefaultLCID_() and GetSystemDefaultLCID_().
How can it be done on Linux ? on Mac ?
it could be useful to add some new commands for deal with languages.
For the current user (session).
GetUserPrimaryLanguage()
GetUserSubLanguage()
For all users (all sessions).
GetSystemPrimaryLanguage()
GetSystemSubLanguage()
On Windows these values can be retrieved using
GetUserDefaultLCID_() and GetSystemDefaultLCID_().
How can it be done on Linux ? on Mac ?