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?