tagged [internationalization]

Changing Date format to en-us while culture is fr-ca

Changing Date format to en-us while culture is fr-ca I'm working on localizing a website in French. However I am not supposed to change the date format to French. It must remain as per en-us format ev...

25 Mar at 06:48

Slugify and Character Transliteration in C#

Slugify and Character Transliteration in C# I'm trying to translate the following slugify method from PHP to C#: [http://snipplr.com/view/22741/slugify-a-string-in-php/](http://snipplr.com/view/22741/...

How to embed multilanguage *.resx (or *.resources) files in single EXE?

How to embed multilanguage *.resx (or *.resources) files in single EXE? There are plenty of tutorials how to create multilanguage RESX files and how to create satellite assemblies with AL.exe, but I h...

Spring security 2.0.5. custom login form. Cannot see errors in language other than English

Spring security 2.0.5. custom login form. Cannot see errors in language other than English I've got my Spring Security custom login form working. It displays errors if the user has input bad credentia...

Translating Rails Timezones

Translating Rails Timezones We internationalized our site months ago, but forgot one part: The drop down where a user picks their timezone. How do you translate the following line:

8 Sep at 22:14

Problem with encoding in Django templates

Problem with encoding in Django templates I'm having problems using {% ifequal s1 "some text" %} to compare strings with extended characters in Django templates. When string s1 contains ascii characte...

how to uppercase date and month first letter of ToLongDateString() result in es-mx Culture?

how to uppercase date and month first letter of ToLongDateString() result in es-mx Culture? currently i obtain the below result from the following C# line of code when in es-MX Culture # miércoles, 22...

C# libraries for internationalization?

C# libraries for internationalization? Typical functionalities that should be contained in the library: - - - - An example of such libraries in Perl would be the [Internationalization/Locale section](...

17 Oct at 08:12

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

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 project where this i...

Which Version of StringComparer to use

Which Version of StringComparer to use If I want to have a case-insensitive string-keyed dictionary, which version of StringComparer should I use given these constraints: - - I normally use StringComp...

9 Oct at 17:10