I want to set the language of the default login form (anvil.users.login_with_form) to Dutch.
Is this possible and how to?
Thanks for your support in this.
Here’s a similar question posted in the forum: Login form translation
Their conclusion was that you have to roll your own authentication (a link to examples is in the above post).
My guess is that you’ll need to customize it from a lower level:
I haven’t heard of language customization of built-in things like that.