diff --git a/Modules.ZooFlow/State/UserState.vb b/Modules.ZooFlow/State/UserState.vb index 55a7cd6b..dcb8d752 100644 --- a/Modules.ZooFlow/State/UserState.vb +++ b/Modules.ZooFlow/State/UserState.vb @@ -5,6 +5,9 @@ Namespace State ''' Helper Class to hold User State ''' Public Class UserState + Public Const LANG_DE_DE As String = "de-DE" + Public Const LANG_EN_US As String = "en-US" + Public Property UserId As Integer Public Property UserName As String Public Property Surname As String