Hi I am developing multilingual site in english and arabic.
I am loading all the labels text and pictures path from xslt. I just want to load english label text and picture path when url ends with ?lang=en, like wise for arabic (?lang=ar) it should display arabic label text and picture path.
how to use resource file in umbraco
Hi I am developing multilingual site in english and arabic.
I am loading all the labels text and pictures path from xslt. I just want to load english label text and picture path when url ends with ?lang=en, like wise for arabic (?lang=ar) it should display arabic label text and picture path.
how to do this? Any help...
Hi Selva,
You could check the querystring in xslt as umbraco.library:RequestQueryString('lang').
Then based on the value of it, load either the english or arabic text.
is working on a reply...