Is there any way to get the information about the locale ("EN-en", "ES-es") on client-side?
If you want to get the language of the browser, you can also achieve that very easily with Javascript. See more on this post.
Sorry, just to understand. You want to get the time of the client, is that?
Regards,
Márcio
Hi Marcio,
thanks for your answer
I need the location of the client, not the time.
Hi Pier,
Yes, there is the built-in function GetCurrentLocale(), like on the image below:
Kind Regards,João
Hi João,
thanks for your answer.
GetCurrentLocale() is running on the server so it's giving you the server's location, but I need the client's location.
You have this action both client and server side. Look for instance, this example, where I'm calling it on a client action: