Top "Internationalization" questions

so that they can easily be adapted to specific local languages and cultures, a process called localization.

What standard do language codes of the form "zh-Hans" belong to?

Through the REST API of an application, I receive language codes of the following form: ll-Xxxx. two lowercase letters languages (…

internationalization iso
How do you use i18n with Node.js?

We are about to start building our web app in Node.js and I would like to be ready for …

node.js internationalization pootle
Angular: How to display a date in French format

I am an Angular beginner, I read the documentation of Angular, and it's hard for such an elementary thing... I …

angular internationalization angular6 angular-i18n
Locale codes for iPhone lproj folders

Where would I find a list of locale name abbreviations for my project localization folders? (Such as en for English, …

iphone localization internationalization locale
Country codes list - C#

I have a string which I need to verify if it's a Country code. The culture is German. Is there …

c# internationalization country-codes
django translate variable content in template

I'm using {% trans %} template tag. Django docs say: The {% trans %} template tag translates either a constant string (enclosed in single …

django internationalization translation
Ruby on Rails i18n - Want To Translate Custom Messages in Models

I have attributes with special validation where I use the message clause to display a special message just for that …

ruby-on-rails error-handling localization internationalization message
Translate select options in Symfony2 class forms

I'm using a class form in Symfony2 Beta3 as follows: namespace Partners\FrontendBundle\Form; use Symfony\Component\Form\AbstractType; use …

forms symfony internationalization translation choicefield
Where can I download a list of world cities and towns by ISO 3166-2 state code?

World countries and their standard codes are listed in ISO 3166-1. States (whatever are they called in different countries ("lands" …

internationalization geolocation gis registration city
Rails i18n: How to know what is the current language?

I am aware of how i18n/l10n is usually done in Rails3, and I chose to have a …

ruby-on-rails-3 internationalization