Hello All,
Can anybody plzz tell me how to display aa number in different languages.
Suppose
int n=45;
Console.Writeline(n.ToString());
//The above statement displays the number in English.
How do we display the number in some other language?
Hello All,
Can anybody plzz tell me how to display aa number in different languages.
Suppose
int n=45;
Console.Writeline(n.ToString());
//The above statement displays the number in English.
How do we display the number in some other language?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vijaya KadiyalaPosted Feb 21, 2009, 1:28 PM
Hi
Check out the below link
http://www.vbdotnetheaven.com/UploadFile/mosessaur/aspnetlocalization02072006035253AM/aspnetlocalization.aspx?ArticleID=541a527c-15ba-46e6-bedd-b6427d3dd4ac
Thanks -- Vijaya Kadiyala
http://dotnetvj.blogspot.com
Jan MontanoPosted Feb 15, 2009, 10:38 PM
Please have a look at this example.
Vimal KandasamyPosted Feb 14, 2009, 3:11 AM
What you meant?... Do you want to convert a number to words? or just display a no in different fonts?...
up to my knowledge, It is not possible to convert a number into words in different lang(except english)... but we can display a number in different fonts (arabic,hindi etc) which will refer the same no in that language or font...