2 Replies Latest reply on Jun 17, 2009 7:10 AM by swhatmore

    Language specific content

      Good morning,

      I am trying to drop in a language specific button set that is defined in the file buttons.css in subdirectories such as:

      /css/en
      /css/fr
      /css/zh_CN

      etc.

      In my page I have the following code:

      <link rel="stylesheet" type="text/css" href="../css/en/buttons.css" />
      


      and need to replace the hard-coded value of "en" above with the request / session locale

      What is the proper way to do this?

      Whatty