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.

How to fix a locale setting warning from Perl?

When I run perl, I get the warning: perl: warning: Setting locale failed. perl: warning: Please check that your locale …

perl locale
Python locale error: unsupported locale setting

Why do I get the following error when doing this in python: >>> import locale >>> …

python locale ubuntu-11.04
List of All Locales and Their Short Codes?

I'm looking for a list of all locales and their short codes for a PHP application I am writing. Is …

php internationalization locale
SimpleDateFormat and locale based format string

I'm trying to format a date in Java in different ways based on the given locale. For instance I want …

java date locale simpledateformat
Android get current Locale, not default

How do I get the user's current Locale in Android? I can get the default one, but this may not …

android locale
Changing Locale within the app itself

My users can change the Locale within the app (they may want to keep their phone settings in English but …

android menu locale
Setting java locale settings

When I use the default java locale on my linux machine it comes out with the US locale settings, where …

java locale
Set Locale programmatically

My app supports 3 (soon 4) languages. Since several locales are quite similar I'd like to give the user the option to …

android locale user-defined
How can I convert an Integer to localized month name in Java?

I get an integer and I need to convert to a month names in various locales: Example for locale en-us: 1 …

java date locale
How to get Locale from its String representation in Java?

Is there a neat way of getting a Locale instance from its "programmatic name" as returned by Locale's toString() method? …

java locale