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.

Convert accented characters to their plain ascii equivalents

I have to convert french characters into english on my php. I've used the following code: iconv("utf-8", "ascii//TRANSLIT", $…

php utf-8 character-encoding locale diacritics
PHP intl country code 2 chars to country name

I'm triying to convert, using PHP, 2 characters country code (ISO 3166-1) to country names, or intl country codes, so I …

php locale country intl
Simplest way to detect client locale in PHP

I would like to be able to detect what country a visitor is from on my website, using PHP. Please …

php locale
Add 'decimal-mark' thousands separators to a number

How do I format 1000000 to 1.000.000 in Python? where the '.' is the decimal-mark thousands separator.

python format locale number-formatting digit-separator
How does one change the language of the command line interface of Git?

I’d like to change the language of git (to English) in my Linux installation without changing the language for …

bash git localization environment-variables locale
Is en_UK an illegal locale?

So far I had always used 'en_UK' for British English. Today I got an error when using it with …

php zend-framework locale
how to get string from different locales in Android?

So I want to get the value of a String in several locales regardless of the current locale setting of …

android locale android-resources
IPython Notebook locale error

After installing the latest Mac OSX 64-bit Anaconda Python distribution, I keep getting a ValueError when trying to start the …

python python-2.7 locale ipython ipython-notebook
C programming: How to program for Unicode?

What prerequisites are needed to do strict Unicode programming? Does this imply that my code should not use char types …

c unicode utf-8 character-encoding locale
With a browser, how do I know which decimal separator does the operating system use?

I'm developing a web application. I need to display some decimal data correctly so that it can be copied and …

html internationalization locale