Force displayed language on embeds

Metabase is available in numereous languages. The language that your metabase instance displayed in or any embeds you have depends on the language your browser is set in.

Does anyone know if it is possible to force the language that your embeds are displayed in? Rather than have it depend on your browsers language.

Hi @pacman
There’s work being done to have a language option in the settings:
https://github.com/metabase/metabase/issues/8384 - upvote by clicking :+1: on the first post
But to force the language currently, you would have to override the Accept-Language header from the client via a reverse-proxy - on Nginx it would be something like proxy_set_header Accept-Language en_US;