I am developing an application. And i need to set the symbol of Indian rupee on text view which is set with the text as amount.
Symbol:
Try this code snippet it's working fine in Xamarin.Forms
Xamarin.Forms
CultureInfo india = new CultureInfo("hi-IN"); var rupeeSymbol = india.NumberFormat.CurrencySymbol;