On 10/15/2012 01:05 PM, Rahul Sharma wrote: > Hi, How does localization work for Horizon. ungettext/trans etc, can > someone list what is to be used where and how the resources are > supposed to be defined? i.e. the whole procedure. > > 1. Menu's 2. Tables 3. Help strings 4. Descriptions > Afaik, it works just the same as in Django in general. Docs can be found here: https://docs.djangoproject.com/en/1.4/topics/i18n/ Matthias