I would like to use my native language script (Tamil). I decided to use the default Windows font Latha, which was specifically designed for the Tamil language. However, I could not enter my native language in the text box. when I typed, it captured only English. How to achieve this?
Any help would be greatly appreciated!
Have you tried to add a custom font family resource like this?
<FontFamily x:Key="MyFontFamily">/Fonts/FontName__.TTF</FontFamily>
and you can use this Style for your TextBox FontFamily .
Style
TextBox FontFamily