Hi,

In the theme XSL (universality.xsl) there is this part that controls in what language the messages will be presented and read from the file messages.xsl.

Is it at all possible to change the USER_LANG parameter on the fly via a session parameter (changed by a user in his session via a button -- localechanger) and not having it stay fixed in the theme xsl?

Can this be done at all, will the framework (especially cache) as it is allow it?

universality.xsl line: 106
---------

<!-- ****** LOCALIZATION SETTINGS ****** -->
 <!--
  | GREEN
| Locatlization Settings can be used to change the localization of the theme.
 -->
<xsl:param name="MESSAGE_DOC_URL">messages.xml</xsl:param> <!-- Name of the localization file. --> <xsl:param name="USER_LANG">mk</xsl:param> <!-- Sets the default user language. -->



--
You are currently subscribed to uportal-dev@lists.ja-sig.org as: [EMAIL 
PROTECTED]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev

Reply via email to