Bug 1052107
| Summary: | Localization does not work for basic locales | ||
|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Ivo Bek <ibek> |
| Component: | Business Central | Assignee: | Neus Miras <nmirasch> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Tomas Livora <tlivora> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.0.0 | CC: | atangrin, etirelli, mbaluch |
| Target Milestone: | ER1 | ||
| Target Release: | 6.0.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-06 19:57:06 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Ivo Bek
2014-01-13 10:38:04 UTC
Neus, can you check this? I guess this specific issue might be caused because the home and other translations were not integrated, but this is probably no longer the case for CR1. The availables locales generated are: es_ES fr_FR ja_JP pt_BR zh_CN de_DE You can change the locale manualy adding the parameter locale=<locale> to the url, and since the first call, the language will remain along all app display. ( ...org.kie.workbench.KIEWebapp/KIEWebapp.html?locale=fr_FR) If the user browser have one of these locale configurated, the app will be shown using that locale. Note:if the user has only the language and not the country configured, the request locale will be 'fr' and not 'fr_FR' and the app will be shown in app default locale (en_EN) Maybe could be more complete support locale without country, but the change implies renaming of all resource bundle application files. message_lang_country.properties ---> message_lang.properties Thank you for the information. Have you changed that file then? It should be changed because for example in Firefox I do not have any option to set "ja_JP". There is only "ja" option for the Japanese locale. And the current solution would force users to use exactly these locales when they are only from different country. This no longer has a target release of 6.0.0. Verified on BPMS 6.0.1 ER1 qe_test_coverage? I belive it should be possible to change the localization in Selenium and verify that some page is translated. |