...
- Navigate to
<IS_HOME>/repository/deployment/server/webapps/authenticationendpoint/WEB-INF/classes/org/wso2/carbon/identity/application/authenticationauthenticationendpoint/endpoint/i18n/
Take a copy of the Resources.properties file, rename it with the required locale suffix as follows:
Ex: For British English:Resources_en_GB.properties
For French (Standard):Resources_fr.properties
Info Refer Web browser language identification codes for more information on required locale suffixes.
- Update values while keeping the keys as follows,
Ex:login=<Value in the required locale>
- Save the file.
- Go to the browser setting and add the language you configured above.
- Restart the server.
...
Configuring Localization for Recovery Endpoints
...
Similarly, you can enable localization for accountrecoveryendpoint by applying the same above steps 1 through 7 in the previous section starting with the following location.
<IS_HOME>/repository/deployment/server/webapps/accountrecoveryendpoint/WEB-INF/classes/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n
...
.