namespace TapTap.Common
{
public enum TapLanguage
AUTO = 0,
ZH_HANS = 1,
EN = 2,
ZH_HANT = 3,
JA = 4,
KO = 5,
TH = 6,
ID = 7,
}