Language Change from Theme File
Posted by
Alan Soo on
Dec 23, 2009; 8:59am
URL: https://discuss.orbeon.com/Language-Change-from-Theme-File-tp977646.html
Hi
I went through the forums and noticed that the 'language switch' related topics are done on the XFORMS (XHTML) side... Through the use of the following processors:
http://www.orbeon.com/ops/doc/processors-serializers#scope-serializerhttp://www.orbeon.com/ops/doc/processors-generators#scope-generatorI put the language selector as part of the theme.xsl file... Using the following code:
<xhtml:select name="lang-selector" size="1" onchange="">
<xhtml:option value="French" selected="selected">French</xhtml:option>
<xhtml:option value="English">English</xhtml:option>
</xhtml:select>
Is it possible to update the session from the above combobox selection, placed in the theme.xsl file?