From 84b16fb730f16b0fecb6b20b626978c4a04d1fc7 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Mon, 7 Jun 2021 15:08:06 +0200 Subject: [PATCH] ZooFlow: Add Constants for Languages --- Modules.ZooFlow/State/UserState.vb | 3 +++ 1 file changed, 3 insertions(+) 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