NPM page shows me that the latest version is 0.4.0, but on ACP plugins page and even with npm install the latest version is 0.3.4.
I have noticed since some time ago that there is always a delayed version with this plugin.
How to fix this?
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.