Top "Localization" questions

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

en_US or en-US, which one should you use?

Assume you want to store the locale of user preference in database, which value you will use? en_US or …

java localization locale
Localization of DisplayNameAttribute

I am looking for a way to localize properties names displayed in a PropertyGrid. The property's name may be "overriden" …

c# visual-studio-2008 localization attributes
How do I get localized date pattern string?

It is quite easy to format and parse Java Date (or Calendar) classes using instance of DateFormat, i.e. I …

java datetime localization internationalization
How can I change locale programmatically with Swift

I am making ios app on XCODE 6.3 by Swift. And my app will have the choose language function like the …

ios xcode swift localization
Get values from *.resx files in XAML

Is it possible to add some value from resource file right into the XAML markup? Or for localization we always …

c# xaml localization resx
Is it possible to update a localized storyboard's strings?

I localized a part of my application with creating a base.lproj storyboard and 3 string files for it. It was …

ios xcode string localization storyboard
Why does Chrome incorrectly determine page is in a different language and offer to translate?

The new Google Chrome auto-translation feature is tripping up on one page within one of our applications. Whenever we navigate …

html localization internationalization google-chrome
Angularjs and $locale

Can I set $locale for some application manually? Is it possible that only way to support locals is to include …

localization angularjs
how to change source file encoding in csharp project (visual studio / msbuild machine)?

Is there a way to force VS to use Unicode always, instead of weird ISO-something? I'm working on a winapp …

visual-studio encoding utf-8 localization
Angular js support for localization

I tried to find documentation in AngularJS for supporting multiple languages with no success. Is localization supported?

angularjs localization