Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/pages/verify/guides/choose-language.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ subtitle: How to specify the language used by the user interface (where supporte

By default, Criipto Verify uses the _Accept-Language_ HTTP request header to figure out which language the user prefers.

<Highlight icon="warning">

**Note** that this is not supported for [Finnish Trust Network](/verify/e-ids/finnish-trust-network/) logins.

Here, one _must_ use the `ui_locales` parameter in the [signed request object](/verify/e-ids/finnish-trust-network/#authentication-request-signing).

</Highlight>

You can override this per authentication request by specifying a `ui_locales` query parameter. This works for both OpenID Connect and WS-Federation, even if WS-Federation does not have protocol support for per-request language selection.

The actual support for controlling the language varies by eID method
Expand Down
Loading