Set language in browser #318
Unanswered
korbinian-hoermann
asked this question in
Q&A
Replies: 2 comments
-
Yes. If you are designing a new task, you can decide on the default locale, time zone etc by overloading the value of these variables: Or, you can override any tasks's locale by setting it up when you instanciate the environment: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Something like this should work: env = gym.make("browsergym/any_env", locale="XXX") |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
is it possible, to set the default language for websites in the browser somehow?
Beta Was this translation helpful? Give feedback.
All reactions