Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • selva 3 posts 23 karma points
    Jul 28, 2011 @ 03:13
    selva
    0

    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...

  • praveity 100 posts 125 karma points
    Jul 28, 2011 @ 03:36
    praveity
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft