Top "Locale" questions

In computing, locale is a set of parameters that defines the user's language, country and any special variant preferences that the user wants to see in their user interface.

Android: How to get string in specific locale WITHOUT changing the current locale

Use Case: Logging error messages as displayed to the user. However you don't want to have messages in your log …

android localization locale android-resources
How can I list all available windows locales in python console?

On linux we can use locale -a to see the list of locales available. $ locale -a C C.UTF-8 en_…

python locale
Currency Formatting Canadian English and French

I have a requirement to set the value based on the locale. I will get the locale either en_US …

java locale dollar-sign currency-formatting
How to make Date locale-independent?

I have a db, that stores dates in OleDateTime format, in GMT timezone. I've implemented a class, extending Date in …

java locale gmt
How do I know if my PostgreSQL server is using the "C" locale?

I'm trying to optimize my PostgreSQL 8.3 DB tables to the best of my ability, and I'm unsure if I need …

postgresql text indexing locale varchar
Not getting currency symbols for specific Locale

I am trying to get the symbols of the currencies based on their Locale. But instead of returning a symbol, …

java localization locale currency
MongoDB: locale::facet::_S_create_c_locale name not valid

I got this error message when trying to start mongod: Tue Oct 29 21:33:23.589 [initandlisten] exception in initAndListen std::exception: locale::facet::_…

mongodb ubuntu locale
How to set locale for numbers in angular 2.0

The number format in Swiss German is like "100'000.00" (not "100,000.00"). How can I change that? I tried to change the …

angular numbers locale angular2-pipe
What is the difference between C.UTF-8 and en_US.UTF-8 locales?

I'm migrating a python application from an ubuntu server with locale en_US.UTF-8 to a new debian server which …

python linux docker debian locale
How to get Magento store currency

I'm using Magento XML-RPC api. I haven't found how to get the current store country or currency used for the …

magento locale xml-rpc currency