What is the best practice for storing media files within a multi-Language site
What is the best practice for storing media files for use in a multi-Language site. Should it look like this? Media en image1 image2 ... se image1 image2 ... fr image1 image2 ...
Or more like this?
Media image-en-1 image-se-1 image-fr-1 image-en-2 image-se-2 image-fr-2
If you have editors that can only access one language (as opposed to all of them), I would go for the first option and give them access to their language's media files only as well. That way, they never even have to know it's the same site but with different trees. I prefer doing that myself, but if you feel that some media items will need to be shared between sites, then it might be better to choose the second option.
What is the best practice for storing media files within a multi-Language site
What is the best practice for storing media files for use in a multi-Language site. Should it look like this?
Media
en
image1
image2
...
se
image1
image2
...
fr
image1
image2
...
Or more like this?
Media
image-en-1
image-se-1
image-fr-1
image-en-2
image-se-2
image-fr-2
Or is the a better way?
If you have editors that can only access one language (as opposed to all of them), I would go for the first option and give them access to their language's media files only as well. That way, they never even have to know it's the same site but with different trees. I prefer doing that myself, but if you feel that some media items will need to be shared between sites, then it might be better to choose the second option.
Thanks Sebastiaan, I'll follow the first approach.
Thanks again for your assistance.
is working on a reply...