Removed hardcoded switch to de-DE

This commit is contained in:
Andreas Rehm
2010-05-18 01:11:17 +08:00
committed by Riley McArdle
parent f8fb72f455
commit be3c8de3a2

View File

@@ -12,15 +12,12 @@ Public Class frmMain
'insert enable edition code here
App.Editions.Spanlink.Enabled = False
Threading.Thread.CurrentThread.CurrentUICulture = New Globalization.CultureInfo("de-DE")
ApplyLanguage()
Debug.Print("---------------------------" & vbNewLine & "[START] - " & Now)
Startup.ParseCommandLineArgs()
sL = New Config.Settings.Load(Me)
sS = New Config.Settings.Save(Me)