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 to change 'data-val-number' message validation in MVC while it is generated by @Html helper

Assume this model: Public Class Detail ... <DisplayName("Custom DisplayName")> <Required(ErrorMessage:="Custom ErrorMessage")> Public Property PercentChange …

asp.net-mvc asp.net-mvc-3 localization unobtrusive-validation validation
Internationalization in JSF, when to use message-bundle and resource-bundle?

When and how should I use <resource-bundle> and <message-bundle> tags for localization in faces-config.xml? The …

jsf localization internationalization
Best practice using NSLocalizedString

I'm (like all others) using NSLocalizedStringto localize my app. Unfortunately, there are several "drawbacks" (not necessarily the fault of NSLocalizedString …

objective-c ios localization nslocalizedstring
Ignoring accented letters in string comparison

I need to compare 2 strings in C# and treat accented letters the same as non-accented letters. For example: string s1 = "…

c# string localization
How to localize ASP.NET MVC application?

What would be best practice to localize your ASP.NET MVC application? I would like to cover two situations: one …

asp.net-mvc localization globalization
Changing the development language in Xcode

I need to set Spanish as development language for an iOS app. I'm already using Xcode 6, and I changed the …

ios localization internationalization info.plist
Which is generally best to use -- StringComparison.OrdinalIgnoreCase or StringComparison.InvariantCultureIgnoreCase?

I have some code like this: If key.Equals("search", StringComparison.OrdinalIgnoreCase) Then DoSomething() End If I don't care about …

.net vb.net localization
Get visitors language & country code with javascript (client-side)

Question: Is there a javascript (client-side) code to get visitors country/language code, that is accurate and is cross-"modern"…

javascript localization geolocation country-codes
manual language selection in an iOS-App (iPhone and iPad)

My question: How can my iPhone-app tell the iOS, that the user did select a language in the apps preferences, …

ios localization selection appsettings
Enum localization

How do you localize enums for a ListBoxFor where multiple options are possible? For example an enum that contains roles: …

c# asp.net-mvc-4 localization