I found now the right link to the right doc.

https://docs.djangoproject.com/en/1.3/topics/i18n/internationalization/

Must have been blind. I was not seeing this link for multile times and just found the article with the Django docs search funtion.


It mentions set_language(request)

I'll tyr that one out.


On 08/13/2012 12:54 AM, Marcin Tustin wrote:
So, what part, exactly is a problem? What have you tried?

On Sun, Aug 12, 2012 at 6:52 PM, Gelonida N <gelon...@gmail.com
<mailto:gelon...@gmail.com>> wrote:

    On 08/12/2012 08:46 PM, Marcin Tustin wrote:

        This is linked from the Django front page:
        https://docs.djangoproject.__com/en/1.4/topics/i18n/
        <https://docs.djangoproject.com/en/1.4/topics/i18n/>

        Come back with specific questions when you get stuck.



    Thanks for your answer.

    I created already all the l18n messages and I can switch the
    language site wise  by changing the language in settings.py

    However Now I'd like to change them via user preferences. (not cookies)
    (So if one user changes the language on one m,achine it should be
    changed on any other machine if he logs in.

    I'd prefer not to set the language as suggested by the browser, but
    let the user the choice even if his useragent suggests another
    prefered language.


    There seems to be a url based approach and a cookies based approach
    I wonder what would be best for my scenario.
    (I am in full control of the web server and can add redirects /
    rewrite rules, etc. if this helps)


    This might be explained somewhere in more details in the Django
    docss however I did not find the related page.

    The doc mentions:
    "It uses these hooks to localize Web apps for particular users
    according to their preferences."

    but I did not find the how



        On Sun, Aug 12, 2012 at 1:10 PM, Gelonida N <gelon...@gmail.com
        <mailto:gelon...@gmail.com>
        <mailto:gelon...@gmail.com <mailto:gelon...@gmail.com>>> wrote:


             I'd like to have a web site, where the can switch the language
             The first time the user connects the language would be the
        prefered
             language as sugegsted by the news agent,
             then the user could select the prefered lanngauge in some user
             preference settings.



             What would be the standard way to do this in Django?

             Thanks in advance for comments,  examples, snippets, links,

             --
             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 <mailto:django-users@googlegroups.com>
             <mailto:django-users@__googlegroups.com
        <mailto:django-users@googlegroups.com>>.

             To unsubscribe from this group, send email to
             django-users+unsubscribe@__goo__glegroups.com
        <http://googlegroups.com>
             <mailto:django-users%__2bunsubscr...@googlegroups.com
        <mailto:django-users%252bunsubscr...@googlegroups.com>__>.

             For more options, visit this group at
        http://groups.google.com/____group/django-users?hl=en
        <http://groups.google.com/__group/django-users?hl=en>
             <http://groups.google.com/__group/django-users?hl=en
        <http://groups.google.com/group/django-users?hl=en>>.





        --
        Marcin Tustin
        Tel: 07773 787 105 <tel:07773%20787%20105>

        --
        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
        <mailto:django-users@googlegroups.com>.
        To unsubscribe from this group, send email to
        django-users+unsubscribe@__googlegroups.com
        <mailto:django-users%2bunsubscr...@googlegroups.com>.
        For more options, visit this group at
        http://groups.google.com/__group/django-users?hl=en
        <http://groups.google.com/group/django-users?hl=en>.



    --
    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
    <mailto:django-users@googlegroups.com>.
    To unsubscribe from this group, send email to
    django-users+unsubscribe@__googlegroups.com
    <mailto:django-users%2bunsubscr...@googlegroups.com>.
    For more options, visit this group at
    http://groups.google.com/__group/django-users?hl=en
    <http://groups.google.com/group/django-users?hl=en>.




--
Marcin Tustin
Tel: 07773 787 105

--
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
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.


--
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to