1 2 3 4 5 6 7
namespace IOL.GreatOffice.Api.Data.Enums; public enum StringsLang { ENGLISH_GB = 0, NORWEGIAN_NB = 1 }