variable setting and getting #315
wanghaisheng
started this conversation in
Archieved
Replies: 7 comments 21 replies
|
You mean the global |
3 replies
|
If you want to let users select language to implement i18n, you can save the language value in Doc: https://pywebio.readthedocs.io/en/latest/session.html#pywebio.session.local |
1 reply
|
Could you provide a minimal complete code to reproduce the issue? |
0 replies
chrome_MQArhgwwpg.mp4 |
4 replies
|
Also, you can get the language code of users' webbroswer via Refer to the |
1 reply
|
@wang0618 |
1 reply
could not find the right way to pass lang to url rule method |
11 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.
I am trying to add i18n feature code like this
it seems after the put_button click,the lang function put text can output a new value
title_label is still the default value not the new one
@wang0618
All reactions