Technical support This forum is closed.
Version 1.x > Technical support > Pb <a href> with multilanguage View modes: 
User avatar
Member
Member
geb92 - 9/3/2006 3:41:08 AM
   
Pb <a href> with multilanguage
Hi,
I am using the 1.9a version.
Well in my project i have two culture version EN and FR, using the Multilingual content with native method. The tree structure is already done using the EN by default.
In one of my pages (EN) content i am using the editor and set a Title with an a href tag selecting that in the editor menu (Insert/Edit link), then browse server button, select the culture version and the page to set.
I did the same thing for the FR version.
The link generated by the editor( /expertise/GetFile.aspx?aliaspath=%2fExpertise%2fCase-studies%2fEnv ) is the same as the link on the EN version.
The pb is that the link is pointing on the same file however i am on the EN or FR version.

How can i set in the Link dialog box a culture for the file , or is there another way to do that.

Thanks.

User avatar
Guest
admin - 9/5/2006 10:46:06 AM
   
Re: Pb <a href> with multilanguage
Hello,

the culture of the displayed file is decided based on the session variable with culture version, so the URL is the same. If you need to request some particular culture version of the file, you need to use lang=en-us or lang=fr-fr parameter like this:

/expertise/GetFile.aspx?aliaspath=%2fExpertise%2fCase-studies%2fEnv&lang=fr-fr

Best Regards,