From 1c5f4bf9d58f28c61e4676a3f6e3061a6a9e748d Mon Sep 17 00:00:00 2001 From: "deploy.sh" <> Date: Tue, 4 Feb 2025 10:24:57 +0200 Subject: [PATCH] Added ui_locales param info --- source/index.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/index.html.md b/source/index.html.md index 19f6ca9..b74aa28 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -1215,6 +1215,7 @@ To begin using the eeID Identification Service, follow these steps: ![Identification Request](images/identification_request.png) 5. **Send the Link to the End-User**: - It is your responsibility to send the generated link to the end-user for verification. + - You can add a `ui_locales` parameter to the link in order to change the UI language. The supported languages are `ru` (Russian), `et` (Estonian), and `en` (English). For example, to change the UI language to Russian, add `?ui_locales=ru` to the end of the link. 6. **Verification Process**: - The end-user follows the link to complete the verification process with eeID. - The identification request is marked as **completed** once the end-user successfully finishes the verification process. An email will be sent to the identification service contact email. If a secure webhook URL was provided, the service will send a POST request with the proof of identity document once it is ready.