Top "Internationalization" questions

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

In C# what is the difference between ToUpper() and ToUpperInvariant()?

In C#, what is the difference between ToUpper() and ToUpperInvariant()? Can you give an example where the results might be …

c# internationalization
Localizing in Xcode 4 with Localizable.String

I just updated to Xcode 4. Normally when localizing apps we add "Localizable.String" file to the project, and then navigate …

xcode localization internationalization xcode4
Whether to use "SET NAMES"

In reading "High performance MySQL" from O'Reilly I've stumbled upon the following Another common garbage query is SET NAMES UTF8, …

php python mysql internationalization
Should I use accented characters in URLs?

When one creates web content in languages different than English the problem of search engine optimized and user friendly URLs …

unicode internationalization friendly-url diacritics
React / Redux and Multilingual (Internationalization) Apps - Architecture

I'm building an app that will need to be available in multiple languages and locales. My question is not purely …

architecture internationalization reactjs translation redux
How to add custom Accept-Languages to Chrome for pseudolocalization testing?

i am testing pseudo-localization of a web-site. i can configure Internet Explorer to have custom accept languages: Click Tools, Internet …

google-chrome localization internationalization http-accept-language pseudolocalization
Localization in JSF, how to remember selected locale per session instead of per request/view

faces-config.xml: <application> <locale-config> <default-locale>ru</default-locale> <supported-locale>ua</…

jsf session jsf-2 localization internationalization
Matching accented characters with Javascript regexes

Here's a fun snippet I ran into today: /\ba/.test("a") --> true /\bà/.test("à") --> false However, /à/.…

javascript regex unicode internationalization
Fatal error: Class 'IntlDateFormatter' not found

I installed WAMP on my local machine. My PHP version is 5.3.3 in phpinfo() but that extension doesn't exist! :( How can …

php internationalization wamp
Localization and internationalization, what's the difference?

I was going to ask a question about preparing a desktop application to support multiple languages on the UI. In …

localization internationalization