I'm trying to display Arabic Islamic Months in a list box but in English
So that Output Month in Arabic today is ربيع اول
which is in English is November
but what I want is Rabī al-Awwal or just like Microsoft Rabi I like in this link
I have found this question which asks for nearly what i want but in objective-C which I don't understand and can't use , what I need is code in VB.Net or C#
PS: nothing of these lines give me what I want
Console.WriteLine(Now.Date.ToString("MMMM", New CultureInfo("ar-SA")))
Console.WriteLine(Now.Date.ToString("MMMM", New CultureInfo("ar-EG")))
Console.WriteLine(Now.Date.ToString("MMMM", New CultureInfo("en-US")))
Console.WriteLine(Now.Date.ToString("MMMM", New CultureInfo("en-SA")))
Edit: The Output is
ربيع الأول
نوفمبر
November
November