Use Base classes, deprecate language

This commit is contained in:
Jonathan Jenne
2023-10-13 08:31:35 +02:00
parent 9700b781d6
commit 8adceb2811
6 changed files with 20 additions and 15 deletions

View File

@@ -84,7 +84,7 @@ Public NotInheritable Class frmSplash
Application.Exit()
End If
Language.SetApplicationLanguage(Logger, USER_LANGUAGE, USER_DATE_FORMAT)
LanguageEx.SetApplicationLanguage(Logger, USER_LANGUAGE, USER_DATE_FORMAT)
' Wenn kein Fehler, Splashscreen schließen
Close()