How to build a JrElastic multilingual-based site using the Site Builder?
Using Jamroom
Sure - try this:
- Clone the skin you want to use in the Developer Tools -> Tools -> Clone Skin section
- modify the ClonedSkin/lang/en-US.php file and add in all the language strings you want
- run the Integrity Check - this will "install" the new lang strings
- modify the ClonedSkin/header_menu_desktop.tpl file and add in your new menu options you want - you'll see a lot of other entries in there using {jrCore_lang} - the format is identical and you just use the index of the new lang strings you added to the file.
Then, once you are happy with how it looks in English, go to ACP -> Users -> Users -> Tools -> Create a Language and use en-US as your language to clone from, and whatever the new language is you want.
Then in the ACP -> Skins -> Cloned Skin -> Language tab you can select the new language and translate the strings.
Let me know if that helps.