...
- Navigate to
<IS_HOME>/repository/deployment/server/webapps/authenticationendpoint/WEB-INF/classes/org/wso2/carbon/identity/application/authenticationendpointauthentication/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.
...