ZooFlow: Add Constants for Languages

This commit is contained in:
Jonathan Jenne 2021-06-07 15:08:06 +02:00
parent 824f5cfc10
commit 84b16fb730

View File

@ -5,6 +5,9 @@ Namespace State
''' Helper Class to hold User State
''' </summary>
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