You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Navigate to the following directories based on the endpoint you want to configure:
15
171
@@ -34,7 +190,7 @@ Follow these steps to add a new language to your authentication and recovery end
34
190
35
191
5. Save the file.
36
192
37
-
#### Step 2: Configure language options
193
+
##### Step 2: Configure language options
38
194
39
195
1. Navigate to `<IS_HOME>/repository/deployment/server/webapps/authenticationendpoint/WEB-INF/classes/`.
40
196
@@ -52,23 +208,19 @@ Follow these steps to add a new language to your authentication and recovery end
52
208
53
209
4. Save the file.
54
210
55
-
#### Step 3: Enable the locale in your browser
56
-
57
-
1. Go to your browser settings.
58
-
59
-
2. Add the language you configured above to your preferred languages list.
211
+
##### Step 3: Test the configuration
60
212
61
-
#### Step 4: Test the configuration
213
+
1. Go to your browser settings and add the language you configured above to your preferred languages list.
62
214
63
-
1. Restart the WSO2 Identity Server.
215
+
2. Restart the WSO2 Identity Server.
64
216
65
-
2. Open a browser and navigate to the My Account portal URL.
217
+
3. Open a browser and navigate to the My Account portal URL.
66
218
67
219
- For localhost: [https://localhost:9443/myaccount/](https://localhost:9443/myaccount/)
68
220
69
-
3. You should see the login screen displaying content in the configured language.
221
+
4. You should see the login screen displaying content in the configured language.
70
222
71
-
### Remove a locale
223
+
#### Remove a locale from endpoints
72
224
73
225
To remove a language from your endpoints:
74
226
@@ -78,11 +230,11 @@ To remove a language from your endpoints:
78
230
79
231
3. Restart the server for changes to take effect.
80
232
81
-
## RTL & LTR support
233
+
## Configure RTL & LTR support
82
234
83
-
WSO2 Identity Server supports both Right-to-Left (RTL) and Left-to-Right (LTR) text directions. This ensures that languages like Arabic, Hebrew, and Persian display correctly with proper layout and content flow.
235
+
WSO2 Identity Server supports both Right-to-Left (RTL) and Left-to-Right (LTR) text directions for authentication and recovery endpoints.
84
236
85
-
### Configure LTR support
237
+
### LTR (Left-to-Right)
86
238
87
239
LTR (Left-to-Right) is the **default text direction** for most languages. You don't need to explicitly configure LTR support.
88
240
@@ -104,7 +256,7 @@ To ensure a language uses LTR direction:
104
256
105
257
3. Save the file and restart the server.
106
258
107
-
### Configure RTL support
259
+
### RTL (Right-to-Left)
108
260
109
261
When you select an RTL language, the interface automatically adjusts text alignment and content flow to follow RTL formatting conventions.
0 commit comments