Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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
Hi,
Do you have a solution for this? I'm trying to do the same thing.
regards Bas
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
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
Hi,
Do you have a solution for this? I'm trying to do the same thing.
regards Bas
is working on a reply...