I have a winform
application.In this application I have implemented culture globalization
for different countries like USA, Frans and India. And I have to test this culture on windows server 2003
OS. When my culture is set to USA all the currency format set to $ before amount.But when I set this culture to INDIA rupee symbol is not getting visible.Instead of Rupee symbol it is showing square as i have attached two images for dollar sign and rupee sign in datagridview
.
Dollar symbol in Datagridview
Rupees Symbol in Datagridview
I have set Datagridview
font to ARIAL
for containing rupee symbol but it is not showing ₹ (Rupee Symbol) as given in attached image.I am checking it on windows server 2003. I have install two fonts Mangal
and Mangal Bold
for getting rupee symbol but still not showing.