sir
i have problem with datetime
if user change datatime from control panel ,all my application is closed
i want ,when my application start ,automaticaly current system datatime or clender to be change to english
forexample
when application start i write the for
change current input language
just like
code
dim arabic as inputlanguage
For i = 0 To InputLanguage.InstalledInputLanguages.Count - 1
If InputLanguage.InstalledInputLanguages(i).Culture.TwoLetterISOLanguageName.ToString = "ar" Then
ArabicInput = InputLanguage.InstalledInputLanguages(i)
ElseIf InputLanguage.InstalledInputLanguages(i).Culture.TwoLetterISOLanguageName.ToString = "en" Then
EnglishInput = InputLanguage.InstalledInputLanguages(i)
End If
Next
inputlanguage.defaultinputlanguage=arabic
i also want such like for change system clender and time
please consider iwant to change system clender and time to english
thanks