Re: Change language in Admin modules

2008-08-28 Thread Karen Tracey
On Thu, Aug 28, 2008 at 12:45 PM, Bobo <[EMAIL PROTECTED]> wrote:

>
> Hi everybody,
>
> I've a question about the language settings in django and namely in
> the Admin section.
>
> At djangoproject.com there are a danish translation (http://
> code.djangoproject.com/ticket/8308) but I don't know how to "install"
> it so my Admin module is writing the text in Danish instead of
> English.
>
> I know it is not meant to be installed but I can't find any
> information on how to use those language files. I've tried to read in
> django book but with little luck only.
>
> I hope someone have the answer or a good tutorial / page that can
> explain how this works.
>
>
Just set LANGUAGE_CODE in settings.py to 'da' and your Admin will display
Danish:

http://www.djangoproject.com/documentation/settings/#language-code

Karen

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Change language in Admin modules

2008-08-28 Thread Bobo

Hi everybody,

I've a question about the language settings in django and namely in
the Admin section.

At djangoproject.com there are a danish translation (http://
code.djangoproject.com/ticket/8308) but I don't know how to "install"
it so my Admin module is writing the text in Danish instead of
English.

I know it is not meant to be installed but I can't find any
information on how to use those language files. I've tried to read in
django book but with little luck only.

I hope someone have the answer or a good tutorial / page that can
explain how this works.

Thanks
- Bobo

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---