'Stop typing in hindi using css
As a user I want to disabled hindi typing in inputs using csss, is there any way to do the same?
I am using Angular Internationalization SRC: https://angular.io/guide/i18n-overview
Solution 1:[1]
Asfar as I am aware you can set the lang attribute to a language for meta information, but it is impossible to enforce disabling hindi in just html & css.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Maartenw |
