[android-developers] std::locale().name() returns C

2013-03-07 Thread Shri
std::locale().name() and std::locale().name() are both returning C on a JellyBean phone, instead of the expected En_US. Is it possible to get to the user's locale from C++ code? Thanks, Shri -- -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] std::locale().name() returns C

2013-03-07 Thread Mark Murphy
You may be better served asking this on the android-ndk Google Group, which is for NDK questions. On Thu, Mar 7, 2013 at 7:49 PM, Shri shri.bo...@gmail.com wrote: std::locale().name() and std::locale().name() are both returning C on a JellyBean phone, instead of the expected En_US. Is it