Hello,<br><br>I am trying to build a multilingual site with OpenCMS 6.2. So far I created different folders for each language, and set the default locale for each. I also created siblings in each language folder for each resource. Considering i want to have different URLs for each language (and not follow a naming convension like file_en, file_de etc.), to make the language switcher I have to be able to determine all the siblings for file.
<br><br>For example, let's consider the following folder tree:<br><br>/en/ (default locale set on en)<br>   school.html<br>/fr (default locale set on fr)<br>   ecole.html (sibling -> /en/school.html)<br><br>What i need is a method to programmatically determine the list of sibling for a specified resource, so i can put the language switch on all pages.
<br><br>Any clue?<br><br>Thank you,<br>Radu<br><br>