问题 Is their any way to get Hindi input in a textbox in a c# application . I am just trying a simple I am bit new to C# and stackoverflow community . SO let me know if i have missed something while asking question 回答1: Finally i got a answer for it and posting it for Your comment , reviews and help who needs same. I just added a checkbox and below is the code . private void checkBox1_CheckedChanged(object sender, EventArgs e) { if (checkBox1.Checked) { textBox1.Font = new Font("Mangal", 10);