I use VS2010,C# to develop my ASP.NET web app, I want to display my numbers in Arabic/Farsi mode, I mean both markup numbers and numbers displayed through code, what are my options? I've used lang="ar", dir="rtl" but nothing changes, should my users change anything in their browsers? I've seen several sites that display Arabic numbers but I've not changed my browser settings at all! should I convert anything in my code? what about markup pages?
thanks