@baris Ok that's a understandable point. 👍 I try to understand it. Thank you for your help. 👍
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.