Top "Localization" questions

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

Symfony 'trans' domain inside Twig template

I'd like to do this: $this->get('translator')->trans('notice.unregistered', array(), 'index'); Inside Twig template, so …

symfony localization twig gettext
ASP.NET MVC 3 localization with DisplayAttribute and custom resource provider

I use a custom resource provider to get resource strings from a database. This works fine with ASP.NET where …

asp.net-mvc asp.net-mvc-3 localization internationalization displayattribute
What is the second parameter of NSLocalizedString()?

What is the *comment parameter in: NSString *NSLocalizedString(NSString *key, NSString *comment) If I do this: NSLocalizedString(@"Hello_World_Key", @"…

ios objective-c swift xcode localization
The field must be a number. How to change this message to another language?

How can I change that messages for all int fields so that instead of saying: The field must be a …

asp.net-mvc validation localization numbers data-annotations
Various country's "currency decimal places width" in the iPhone-SDK

I read about NSLocaleCurrencySymbol, but where would I find the variable used to determine the "number of decimal places" used …

iphone localization locale currency
Localization and drawables

I want to localize an image by adding the folder res/drawable-hdpi-no, but I get an error stating "invalid resource …

android resources localization drawable
Difference between toLocaleLowerCase() and toLowerCase()

I was trying to fiddle with toLocaleLowerCase() and toLowerCase() methods. function ByLocale() { document.getElementById("demo").innerText.toLocaleLowerCase(); } function ByLower() { document.…

javascript html string localization locale
Android change and set default locale within the app

I am working on globalization of Android app. I have to provide options to choose different locales from within the …

java android localization locale globalization
C# How can I force Localization Culture to en-US for tests project

How to specify concrente Localization Culture for tests project in C# in VS2008? I'm building Asp .Net MVC app that …

c# unit-testing localization locale
Localizing strings in iOS: default (fallback) language?

Is there a way to set a default language to be used when the device UI language is not supported …

ios localization internationalization