Greetings Experts!
I am using a DateTime variable in my web application to retrive the names of the Week days and how many days in each month in a year.
Dim mydate As New DateTime(2008, 1, 1)
Dim nameOfDay As String = mydate.DayOfWeek.ToString
this will store the string "Tuesday" in the nameOFDay variable.
my question is, how could I convert or maybe retrive the Arabic Translated name of the days? if I am not mistaken I remember we need to use the namespace Globalization, but can't remember how.
I hope someone could help me with this.
Thanks in advance.
Best Wishes,
~salman~
Start Free Trial