Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • dominik 711 posts 733 karma points
    Nov 14, 2011 @ 10:28
    dominik
    0

    Simulate language via querystring

    Hello,

    We are deploying a multilngual website.

    For developing we are only creating the english version including a lot of usercontrols which are using resx files for translation.

    Now i want to simulate the language by using a querystring

    For example www.domain.com/folder/page.aspx?lang=de-DE

    Is this possible?

    Otherwise i have to create child pages for each site

    Thanks

  • dominik 711 posts 733 karma points
    Nov 14, 2011 @ 15:12
    dominik
    0

    I tried it also by using this in the masterpage :

    System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("de-DE");

    But this will not overwrite the umbraco language

     

  • Bas 5 posts 25 karma points
    Jul 06, 2012 @ 17:01
    Bas
    0

    Hi,

    Do you have a solution for this? I'm trying to do the same thing.

    regards Bas

Please Sign in or register to post replies

Write your reply to:

Draft