Changing Time zone and Language setting in iHub
<p><span style="font-size:12px;"><span style="font-family:arial, helvetica, sans-serif;">Hi Team,</span></span></p>
<p> </p>
<p><span style="font-size:12px;"><span style="font-family:arial, helvetica, sans-serif;"> How to change default time zone and language in iHub. I have edited web.xml file as below but UK time zone is not reflecting. </span></span></p>
<p><span style="font-family:arial, helvetica, sans-serif;font-size:12px;">Is there anyother wat to do it? pls help.</span></p>
<p> </p>
<p><span style="font-size:12px;"><span style="font-family:arial, helvetica, sans-serif;">Thanks.</span></span></p>
<div>
<pre class="_prettyXprint _lang-xml">
-->
<param-name>DEFAULT_LOCALE</param-name>
<param-value>en_GB</param-value>
</context-param>
<context-param>
<!--
Default timezone, from WEB-INF\timezonemap.xml
-->
<param-name>DEFAULT_TIMEZONE</param-name>
<param-value>Europe/London</param-value>
</context-param>
<context-param>
</pre>
</div>