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: |
0 replies
|
Something like this should work: env = gym.make("browsergym/any_env", locale="XXX") |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
is it possible, to set the default language for websites in the browser somehow?
All reactions