0

I am developing a MVC application that will be used internationally.

I want to have text inputs that validate if the text entered contains only latin characters, including diacritics, but no other characters that come from other languages (like cyrillic, japanese, chinese, arabic characters)

What is the simplest way to achieve this?

Valid examples:

  • Hello
  • Añejo
  • Exposición
  • l'italiano

Invalid examples:

  • シアトル
  • вода
  • 曝光

Thank you!

0 Answers0