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 'tar: Failed to set default locale' error?

I'm trying to install a package into R, something I swore on my blood never to do, yet here I …

r macos locale tar
How to change the locale of R?

I’m using R version 2.15.3 (2013-03-01) on Ubuntu 12.10. The System is in German and so is R. This comes …

r locale
Change decimal separator in MySQL

Is it possible to change the decimal comma from "." (dot) to other character (comma) in MySQL output? I don't want …

mysql locale decimal-point
SVN cannot set LC_CTYPE locale

I started getting the following error whenever i use SVN in my server: svn: warning: cannot set LC_CTYPE locale …

svn locale
Android context.getResources.updateConfiguration() deprecated

Just recently context.getResources().updateConfiguration() has been deprecated in Android API 25 and it is advised to use context.createConfigurationContext() instead. …

android locale right-to-left
How to get firefox language setting? (REALLY)

I know this question has been answered before, but the answer given is not the complete story: I went into …

firefox locale
Converting country codes in .NET

In .NET is there any way to convert from three letter country codes (defined in ISO 3166-1 alpha-3) to two …

c# .net locale globalization iso
Android get device locale

Upon installation of my Android program I check for device locale: String deviceLocale=Locale.getDefault().getLanguage(); If deviceLocale is inside …

android locale
Couldn't translate Date to spanish with Locale("es_ES")

I'm trying to do a simple date format, it does work great, it's very easy, but the problem is the …

java date locale
How to format a Float Value with the device currency format?

I have an app that prints a calculated money value and I want to display that value with the default …

android localization locale