I had been used FontFamily="Bamini Plain"
in the text box which was allowing me to type the tamil language text during runtime. But when I capture txtPlaceAcquire.Text
in the code behind which returns english text. Why this strange behaviour? how can I get my original language value?
<TextBox Text="" Name="txtPlaceAcquire" Width="210" Margin="10,0" FontFamily="Bamini Plain" /> <!-- Tamil language font setup -->
var textCapuredVal = txtPlaceAcquire.Text; // It was given english value