namespace Viveport.Internal { internal enum ELocale { k_ELocaleUS = 0, k_ELocaleDE = 1, k_ELocaleJP = 2, k_ELocaleKR = 3, k_ELocaleRU = 4, k_ELocaleCN = 5, k_ELocaleTW = 6, k_ELocaleFR = 7 } }