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.

Retrieve a list of countries from the android OS

I'm looking for a way to populate a spinner with a list of countries with their names. Can I retrieve …

java android locale countries
How to do date masking using javascript (without JQuery)?

<![CDATA[ var $ = jQuery; String locale = getUserLocale(); $(document).ready(function() { if (!isEmptyNull(locale) && locale.equals("zh_CN")) { $("input[…

javascript html locale masking
Set locale to system default UTF-8

When running R inside rApache, the locale is inherited from the Apache webserver, and therefore Sys.getlocale() is always equal …

r utf-8 locale rapache
Changing the Locale in WINE

I'm using wine emulator on linux (SliTaz 4.0) and i want to change the wine locale so that the dialogs and …

linux locale wine
What is the best way to deal with the NSDateFormatter locale "feechur"?

It seems that NSDateFormatter has a "feature" that bites you unexpectedly: If you do a simple "fixed" format operation such …

ios objective-c iphone locale nsdateformatter
How do I access Locale from a JSP?

I want to include a js file depending on the value of the current Locale. I have tried to access …

jsp struts locale
Get locale specific directory in My documents

I have my custom application that generates a directory in My documents path, after installation the application uses that directory, …

c# window locale
Locale and specific date format with Moment.js

I am using Moment.js in my project and formatting dates as follows: var locale = window.navigator.userLanguage || window.navigator.…

javascript localization locale momentjs
iOS: How to Get the Device Current Language Setting?

There are some features within my application that are supposed to be based on the language settings of the device …

ios locale local setting
If you have the ISO country code `US`, `FR`, how do you get the Locale code (`Locale.US`, `Locale.FRANCE`)?

If you have the country code US, FR (ISO-3166-1 alpha-2 country code), how do you get the Locale code (…

java internationalization locale currency