|
1 | 1 | {% set product_url_format = "https://localhost:9443" %} |
2 | 2 | {% include "../../../../../includes/guides/branding/localization.md" %} |
3 | 3 |
|
4 | | -## Add/Remove locales |
| 4 | +## Add or remove locales |
5 | 5 |
|
6 | 6 | You can add or remove language support to customize the user interface for different regions and languages. |
7 | 7 |
|
@@ -95,7 +95,7 @@ Configure localization for the My Account application. |
95 | 95 |
|
96 | 96 | #### Add a locale to My Account |
97 | 97 |
|
98 | | -To add a new language (e.g., Arabic - `ar-SA`) to My Account: |
| 98 | +To add a new language (for example, Arabic - `ar-SA`) to My Account: |
99 | 99 |
|
100 | 100 | 1. Navigate to `<IS_HOME>/repository/deployment/server/webapps/myaccount/extensions/i18n/`. |
101 | 101 |
|
@@ -175,7 +175,7 @@ Configure localization for the Console application. |
175 | 175 |
|
176 | 176 | #### Add a locale to Console |
177 | 177 |
|
178 | | -To add a new language (e.g., Arabic - `ar-SA`) to Console: |
| 178 | +To add a new language (for example, Arabic - `ar-SA`) to Console: |
179 | 179 |
|
180 | 180 | 1. Navigate to `<IS_HOME>/repository/deployment/server/webapps/console/extensions/i18n/`. |
181 | 181 |
|
@@ -247,7 +247,7 @@ To hide a language from the language switcher while keeping it available in othe |
247 | 247 |
|
248 | 248 | ## Configure Text Direction (RTL & LTR) |
249 | 249 |
|
250 | | -WSO2 Identity Server supports both Right-to-Left (RTL) and Left-to-Right (LTR) text directions. **LTR is the default text direction** for most languages and doesn't require explicit configuration. RTL languages like Arabic, Hebrew, and Persian automatically adjust the interface layout and content flow when configured properly. |
| 250 | +WSO2 Identity Server supports both Right-to-Left (RTL) and Left-to-Right (LTR) text directions. **LTR serves as the default text direction** for most languages and doesn't require explicit configuration. RTL languages like Arabic, Hebrew, and Persian automatically adjust the interface layout and content flow when configured. |
251 | 251 |
|
252 | 252 | !!! Note |
253 | 253 |
|
|
0 commit comments