diff --git a/en/identity-server/next/docs/guides/branding/localization.md b/en/identity-server/next/docs/guides/branding/localization.md index 0323736719..370b58a376 100644 --- a/en/identity-server/next/docs/guides/branding/localization.md +++ b/en/identity-server/next/docs/guides/branding/localization.md @@ -11,7 +11,9 @@ WSO2 Identity Server provides internationalization support for its web applicati - For British English: `Resources_en_GB.properties` - For French (Standard): `Resources_fr.properties` - Refer to [Web browser language identification codes](https://www.localeplanet.com/icu/) for more information on locale suffixes. + !!! note + + Refer to [Web browser language identification codes](https://www.localeplanet.com/icu/){target="_blank"} for more information on locale suffixes. 3. Update the values for each key as follows: ``` @@ -27,10 +29,10 @@ WSO2 Identity Server provides internationalization support for its web applicati =,,` ``` -!!! note + !!! note - - `` is optional. - - The default text direction is set to "ltr" (Left-to-Right). To enable support for Right-to-Left (RTL) languages, refer to the documentation on [Right-to-Left (RTL) Language Support]({{base_path}}/guides/branding/localization/#right-to-left-rtl-language-support) for detailed instructions. + - `` is optional. + - The default text direction is set to "ltr" (Left-to-Right). To enable support for Right-to-Left (RTL) languages, refer to the documentation on [Right-to-Left (RTL) Language Support]({{base_path}}/guides/branding/localization/#right-to-left-rtl-language-support) for detailed instructions. 7. Go to the browser settings and add the language you configured above. @@ -40,7 +42,7 @@ WSO2 Identity Server provides internationalization support for its web applicati ## Configuring localization for recovery endpoints -You can enable localization for `accountrecoveryendpoint` by applying the same steps 1 through 8 in the previous section, for the following location: +You can enable localization for `accountrecoveryendpoint` by applying the same steps 1 through 8 in the previous [section](#configuring-localization-for-authentication-endpoints), for the following location: `/repository/deployment/server/webapps/accountrecoveryendpoint/WEB-INF/classes/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/`. @@ -48,7 +50,7 @@ Update the LanguageOptions.properties file located at: `/repository/dep ## Right-to-Left (RTL) Language Support -The Identity Server supports Right-to-Left (RTL) languages like Arabic, Hebrew, and Persian, ensuring login and recovery screens dynamically adjust their layout and text direction for a seamless user experience. When an RTL language is selected, the interface, including text alignment and content flow, automatically mirrors to follow RTL formatting conventions. +{{product_name}} supports Right-to-Left (RTL) languages like Arabic, Hebrew, and Persian, ensuring login and recovery screens dynamically adjust their layout and text direction for a seamless user experience. When an RTL language is selected, the interface, including text alignment and content flow, automatically mirrors to follow RTL formatting conventions. If you need to enable Right-to-Left (RTL) support for a language in authentication and recovery endpoints, follow these steps: @@ -61,9 +63,9 @@ If you need to enable Right-to-Left (RTL) support for a language in authenticati 3. Add the ,rtl suffix to the language entry in the file. For example, to enable RTL for Arabic, update the entry as follows: - ``` - lang.switch.ar_AR=ar,Arabic - العربية,rtl - ``` + ```text + lang.switch.ar_AR=ar,Arabic - العربية,rtl + ``` 4. Save the file and restart the server for the changes to take effect.