how to Set culture in ar-SA

  • Thread starter Thread starter KhaLeeL ZoURoB
  • Start date Start date
K

KhaLeeL ZoURoB

Guest
how to set all datepicker format in hijri calendar

and i want store them sql server tables

i write this code

Protected Overrides Function OnInitialize(ByVal commandLineArgs As System.Collections.ObjectModel.ReadOnlyCollection(Of String)) As Boolean


' Set the display time to 5000 milliseconds (5 seconds).

Me.MinimumSplashScreenDisplayTime = 5000


Dim arSA As CultureInfo
arSA = New CultureInfo("ar-SA")
CultureInfo.DefaultThreadCurrentCulture = arSA

Return MyBase.OnInitialize(commandLineArgs)

End Function

Continue reading...
 
Back
Top