Problem for multiple language in Google Chrome

hello, I use katalon docker. I have a site in FR with translations (EN). By default, Google chrome in my docker is in EN. I would like to test in FR.

So I changed the language in the katalon settings. It does not work …

i tested : --lang=“fr”, --lang=‘fr’ or --lang=es … no work for me

Can you help me ?

related post : Change browser language and try different languages - Archive - Katalon Community

Thank you

Capture d’écran 2018-02-22 à 15.33.39.png

1 Like

I have the simmilar problem with german and english…

You have to edit the Dockerfile of the Container and build your own image.
Just create a new Dockerfile with this context:

FROM katalonstudio/katalon

ENV LC_ALL de_DE.UTF-8
ENV LANG de_DE.UTF-8
ENV LANGUAGE de_DE.UTF-8

Hi,
Could you please be more specific?
What do you mean by this?
Does it apply to Windows or just Linux?

hello
Did you find a solution for this problem ?
regards

Hi,
I am also having the same issue while changing my language from English to the German language.