Skip to content

Commit 3963e53

Browse files
Merge pull request #5748 from wso2/fixing-product-is-issue-22495-1764596454
2 parents 7b16e6e + e4a8542 commit 3963e53

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

en/includes/guides/branding/localization/configure-text-direction.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ To configure text direction for authentication, recovery, and accounts endpoints
4040

4141
4. Save the file and restart the server for changes to take effect.
4242

43+
!!! note "Important: Adding language resource files"
44+
45+
Updating the `LanguageOptions.properties` file alone does not enable language support for JSP portals. You must also add the corresponding language resource files to the following directory:
46+
47+
`<IS_HOME>/repository/deployment/server/webapps/authenticationendpoint/WEB-INF/classes/org/wso2/carbon/identity/application/authentication/endpoint/i18n/`
48+
49+
Without the language resource files, the selected language will not be functional even if configured in `LanguageOptions.properties`.
50+
4351
!!! tip
4452

4553
The RTL/LTR configuration applies to all three endpoints (authentication, recovery, and accounts) since they share the same `LanguageOptions.properties` file.

0 commit comments

Comments
 (0)