I have a question related to localization in an Umbraco project using ASP.NET with C#. I'm working on a project, and I want to display DataAnnotations validation messages in different languages based on the URL. For instance, if the URL is testurl.ch/de/login, I'd like to show German error messages, and if it's testurl.ch/fr/login, I'd like to display French messages.
Has anyone dealt with a similar scenario or knows how to achieve this in Umbraco? Any guidance or examples would be greatly appreciated!
Thanks in advance for your help!