How to build a JrElastic multilingual-based site using the Site Builder?
Using Jamroom
It needs to be added anywhere there is a hard coded string you want to change depending on the viewers language.
If you have created a template, and inside you have:
<b>This is a hardcoded HTML string</b>
You would change it to:
<b>{jrCore_lang skin="YourCustomSkinDirectory" id="5"}</b>
This would line up with id "5" in your skins/YourCustomSkinDirectory/lang/*.php files
Let me know if that helps.
It's working here BUT the selector is showing the wrong skin when you select it (for me it is defaulting the first skin and NOT the one I have selected) - however, the compare is correct.