Hi,
Is it possible to use the include statement like this:
|
Quellcode
|
1
|
<include url="language/info_en.xml" if="language == 'en'"/>
|
To
dynamically load different language files based on the user language?
Currently the
language var is passed as a query parameter, like this: file:///myFilePath/main_vr.html?startscene=scene_name&language=en
What would be the best way to support multiple languages and avoid to load multiple useless files?
Thanks,
Namastè