Results 1 to 1 of 1
Using function setlocale (int category, const char *locale)
will set the locale in my application, and then the whole system will use this new locale.
why the whole system can ...
- 01-13-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 1
how linux publish the locale data to the system wide
Using function setlocale (int category, const char *locale)
will set the locale in my application, and then the whole system will use this new locale.
why the whole system can get the new locale data from this new locale?
They are in the different process.


Reply With Quote