ZooFlow: Add Constants for Languages
This commit is contained in:
parent
824f5cfc10
commit
84b16fb730
@ -5,6 +5,9 @@ Namespace State
|
|||||||
''' Helper Class to hold User State
|
''' Helper Class to hold User State
|
||||||
''' </summary>
|
''' </summary>
|
||||||
Public Class UserState
|
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 UserId As Integer
|
||||||
Public Property UserName As String
|
Public Property UserName As String
|
||||||
Public Property Surname As String
|
Public Property Surname As String
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user