Technical support This forum is closed.
Version 1.x > Technical support > Multlilingual site View modes: 
User avatar
Member
Member
aajiz - 6/20/2006 10:40:38 AM
   
Multlilingual site
Is it OK to have multiple Files folder for multilingual sites?

For example,

-Root
---About Us
---Files Folder
---Privacy Policy
---Products
-----Files Folder
--------ProductA Images
--------ProductB Images
----Shipping Policy

User avatar
Guest
admin - 6/22/2006 8:12:01 AM
   
Re: Multlilingual site
Hello,

it depends on what you need to achieve. Do you want to have one image for all languages or do you want to translate the images as well?

Best Regards,

User avatar
Member
Member
aajiz - 6/22/2006 11:46:34 AM
   
Re: Multlilingual site
Some images are common and some needs translation.

If we start with this folder structure and then convert the site to multi-lingual settings (following instructions in the CMS guide), will it create a copy of productimages for all languages OR create a single default copy which we can override by creating a corresponding image for that language?

User avatar
Guest
admin - 6/24/2006 12:33:40 PM
   
Re: Multlilingual site
Hello,

in this case, you need to add

<add key="CMSCombineWithDefaultCulture" value="true"/>

to your web.config. The documents (including images) that are not translated for the chosen language will be displayed in the default language then.

Best Regards,