Hello friends,
I am using WebTop 6.5sp2 Tomcat 5.5.24
I installed Webtop Brazilian Portuguese Language Pack 6.5sp2 :
Steps:
1-unpack zip
2-change app.xml
<language>
<!-- List of Locales supported by this application -->
<supported_locales>
<locale>en_US</locale>
<locale>pt_BR</locale>
</supported_locales>
<!-- Default Locale -->
<!-- Serves as the initial selected locale for user, -->
<!-- will be overriden if user selects a new locale later on -->
<default_locale>pt_BR</default_locale>
<!-- Fall back to English locale -->
<!-- Specify whether wdk falls back to corresponding english (US) locale string
if a resource string is not found for a specified locale -->
<fallback_to_english_locale>true</fallback_to_english_locale>
</language>
3- start tomcat
Problem:
Although it is showing portuguese labels correctly, it is only showing "English (United States)" option in language combobox in the login page.
I want to show portuguese and english options in login page.
How can I solve this problem?
Thanks,
Andre