-
Go to
<INSTALLDIR>/sdk/java-mashupui/project/war/WEB-INF/ directory.
-
Edit the
360-search-ui.xml file.
-
To set a default language:
- Uncomment the
defaultLocale property
- Set its value to the ISO language of your choice.
<bean id="localeResolver" class="org.springframework.web.servlet.i18n.CookieLocaleResolver">
<!--<property name="defaultLocale" value="en"/>-->
...
</bean>
Note:
If necessary, you can also specify the country code of the language. For example, en_US represents U.S. English.
-
Save and close the file.
-
Go to Administration Console > Home page and restart the search server in the list of Processes.
|