MS FlowSearch, Ini tLanguageID
This commit is contained in:
@@ -276,6 +276,8 @@ Public Class ClassInit
|
||||
MyApplication.User.DateFormat = NotNull(oValue.ToString, "dd.MM.yyyy")
|
||||
Case "USER_LANGUAGE"
|
||||
MyApplication.User.Language = NotNull(oValue.ToString, "de-DE")
|
||||
Case "USER_LANGUAGEID"
|
||||
MyApplication.User.LanguageID = CShort(oValue)
|
||||
End Select
|
||||
End Sub
|
||||
Private Sub HandleModuleInfo(MyApplication As My.MyApplication, ModuleName As String, Row As DataRow)
|
||||
|
||||
Reference in New Issue
Block a user