Top "Internationalization" questions

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

How do I sort unicode strings alphabetically in Python?

Python sorts by byte value by default, which means é comes after z and other equally funny things. What is the …

python sorting unicode internationalization collation
What character encoding should I use for a web page containing mostly Arabic text? Is utf-8 okay?

What character encoding should I use for a web page containing mostly Arabic text? Is utf-8 okay?

html unicode utf-8 internationalization arabic
How to source() .R file saved using UTF-8 encoding?

The following, when copied and pasted directly into R works fine: > character_test <- function() print("R同时也被称为GNU …

r file-io encoding utf-8 internationalization
How can I make Rails 3 localize my date formats?

I am working on a Rails 3 project where there is place for date input within a form. The text field …

ruby-on-rails localization internationalization ruby-on-rails-3
How can I create an .mo file for Wordpress

I have some .po files for Wordpress and i want to create .mo files. How can i do this?

wordpress internationalization mo
Converting UnicodeString to AnsiString

In the olden times, i had a function that would convert a WideString to an AnsiString of the specified code-page: …

delphi unicode internationalization delphi-xe6
How to specify your webpage's language so Google Chrome doesn't offer to translate it

I have a page that Google Chrome insists on thinking is in French. Here's a snapshot of it: http://yootles.…

browser internationalization cross-browser google-chrome translation
If you have the ISO country code `US`, `FR`, how do you get the Locale code (`Locale.US`, `Locale.FRANCE`)?

If you have the country code US, FR (ISO-3166-1 alpha-2 country code), how do you get the Locale code (…

java internationalization locale currency
How can I test for an expected exception with a specific exception message from a resource file in Visual Studio Test?

Visual Studio Test can check for expected exceptions using the ExpectedException attribute. You can pass in an exception like this: […

visual-studio unit-testing exception internationalization
complete example of gettext in php

i've been googling for the last hour or so trying to find a complete working example of gettext in php …

php internationalization gettext