Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Change the interface language on interactive menu
rafherllu
Hi,
Can anyone tell me how to change the menu language of interactive viewer?
Thanks in advanced.
Rafa
Find more posts tagged with
Comments
rmurphy
Hi Rafa
The default locale is controlled by the DEFAUL_LOCALE context parameter defined in the application's web.xml file. You can also pass the locale as a URL parameter using &__locale=.
Rob
rafherllu
Thanks Rob, but I do not work.
I must be doing something wrong.
I've done the following.
1) Change in web.xml
This
<param-name>DEFAULT_LOCALE</param-name>
<param-value>$$Default_Locale$$ </param-value>
to
<param-name>DEFAULT_LOCALE</param-name>
<param-value>es_ES</param-value>
2) Restart Tomcat
It's correct?
Thanks
rmurphy
The browser could be caching your session. Did you completely close your browser?
Rob
rafherllu
Hi, Rob.
Yes. I closed all browsers and removed all the contents of the caches.
But still goes out the menu in English.
I am concerned with the issue.
My boss thinks that you can not see it in Spanish.
Please, help me.
Thanks