Skip to content

Commit 6e572b9

Browse files
committed
Refactor localization guide for consistency and clarity in language examples and text direction configuration
1 parent 8632c60 commit 6e572b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

en/identity-server/next/docs/guides/branding/localization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% set product_url_format = "https://localhost:9443" %}
22
{% include "../../../../../includes/guides/branding/localization.md" %}
33

4-
## Add/Remove locales
4+
## Add or remove locales
55

66
You can add or remove language support to customize the user interface for different regions and languages.
77

@@ -95,7 +95,7 @@ Configure localization for the My Account application.
9595

9696
#### Add a locale to My Account
9797

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:
9999

100100
1. Navigate to `<IS_HOME>/repository/deployment/server/webapps/myaccount/extensions/i18n/`.
101101

@@ -175,7 +175,7 @@ Configure localization for the Console application.
175175

176176
#### Add a locale to Console
177177

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:
179179

180180
1. Navigate to `<IS_HOME>/repository/deployment/server/webapps/console/extensions/i18n/`.
181181

@@ -247,7 +247,7 @@ To hide a language from the language switcher while keeping it available in othe
247247

248248
## Configure Text Direction (RTL & LTR)
249249

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.
251251
252252
!!! Note
253253

0 commit comments

Comments
 (0)