Top "Internationalization" questions

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

Android: how to get the current day of the week (Monday, etc...) in the user's language?

I want to know what the current day of the week is (Monday, Tuesday...) in the user's local language. For …

java android date localization internationalization
jQuery Datepicker localization

I need a french calendar and I can't understand the problem. I guess I'm not using the regional options like …

javascript jquery-ui localization internationalization jquery-ui-datepicker
Storing and displaying unicode string (हिन्दी) using PHP and MySQL

I have to store hindi text in a MySQL database, fetch it using a PHP script and display it on …

php mysql unicode utf-8 internationalization
How does internationalization work in JavaScript?

I'm wondering how to deal internationalization in JavaScript. I googled but I'm not getting convincing answers for: Does JavaScript have …

javascript internationalization
Best practice to make a multi language application in C#/WinForms?

I've been looking into making applications suitable for multiple languages in C# since I need to work on a small …

c# winforms localization internationalization
Language codes for simplified Chinese and traditional Chinese?

We are creating multi-language subsites on our website. I would like to use the 2-letter language codes. Spanish and French …

utf-8 internationalization cjk chinese-locale
What is the correct way to set Python's locale on Windows?

I'm attempting to sort a list of strings in a locale-aware manner. I've used the Babel library for other i18…

python windows localization internationalization
How to internationalize a Java web application?

I learnt from Google that Internationalization is the process by which I can make my web application to use all …

java jsp unicode internationalization
Displaying Currency in Indian Numbering Format

I have a question about formatting the Rupee currency (Indian Rupee - INR). Typically a value like 450500 is formatted and …

java internationalization locale
Best practice javascript and multilanguage

what is the best practice for multilanguage website using DOM Manipulating with javascript? I build some dynamic parts of the …

javascript internationalization