Top "Localization" questions

Localization is the process of adapting a product or service to a particular language, culture, and desired local "look-and-feel".

How can I get the current date and time in UTC or GMT in Java?

When I create a new Date object, it is initialized to the current time but in the local timezone. How …

java date localization timezone gmt
JavaScript for detecting browser language preference

I have been trying to detect the browser language preference using JavaScript. If I set the browser language in IE …

javascript localization internationalization
Change app language programmatically in Android

Is it possible to change the language of an app programmatically while still using Android resources? If not, is it …

android localization resources
What is the list of supported languages/locales on Android?

I'd like to know what to name my folder for different languages. Where can I find the supported list of …

android localization
Get the current language in device

How can we get the current language selected in the Android device?

android localization
Best way to determine user's locale within browser

I have a website (Flash) localized into a dozen of languages and I want to auto-define a default value depending …

javascript flash browser localization
How do I set the default locale in the JVM?

I want to set the default Locale for my JVM to fr_CA. What are the possible options to do …

java localization globalization
How do I localize the jQuery UI Datepicker?

I really need a localized dropdown calendar. An English calendar doesn't exactly communicate excellence on a Norwegian website ;-) I …

javascript jquery-ui localization calendar jquery-ui-datepicker
How to use localization in C#

I just can't seem to get localization to work. I have a class library. Now I want to create resx …

c# localization cultureinfo
What's the environment variable for the path to the desktop?

I'm writing a Windows batch file and want to copy something to the desktop. I think I can use this: %…

windows powershell vbscript localization desktop