How to get locale?
-
How can I get the user's locale. If possible, can I get it on the client side? If not, what is the user field?
-
@pitaj on the client side, there is a global variable
config
, there are some useful things there
config.userLang
is what you asked for.
Copyright © 2024 NodeBB | Contributors