Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internationalization is not visible on UI even after creating resource file #1253

Open
ayushi4 opened this issue Mar 5, 2021 · 0 comments
Open

Comments

@ayushi4
Copy link

ayushi4 commented Mar 5, 2021

Description:
Some strings are not translated even after adding their translations in resource.properties file.
The code below , In this, the mentioned keyword is not translated(incorrect) and remains in English.
• Claims
Location: org.wso2.carbon.claim.mgt.ui_5.17.5/web/claim-mgt/index.jsp +83
Code: <h2><fmt:message key='claim.management'/></h2>
Resource key: claim.management=\u30AF\u30EC\u30FC\u30E0(unicode)
Resource Value: クレーム

As we can see from the code above, The string "Claims" is correctly mentioned with the i18n variable (Resource Key) "claim.management", though it is not translated on UI.

Affected Product Version:
WSO2 IS Carbon Portal v5.10.0

Steps to reproduce:
Introduce a Resource_(language-code).properties file for required language by translating the default Resource.properties (English) file and then deploy WSO2 Carbon Portal.
Login to admin portal @ https://<ip_address>:9443/carbon
Username: admin
Password: admin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant