Skip to content Skip to sidebar Skip to footer
Showing posts with the label Locale

Handling International Dates In Python

I have a date that is either in German for e.g, 2. Okt. 2009 and also perhaps as 2. Oct. 2009 How… Read more Handling International Dates In Python

Fabric, Can't Get Default Locale On Django

I have the following django management command: fabrictest.py from django.core.management.base impo… Read more Fabric, Can't Get Default Locale On Django

Thread Safe Locale Techniques

We're currently writing a web application based on a threaded python web server framework (cher… Read more Thread Safe Locale Techniques

How To Set LANG Variable In Windows?

I'm making an application that supports multi language. And I am using gettext and locale to s… Read more How To Set LANG Variable In Windows?