LocaleId

type LocaleId =
| "en_US"
| "es_ES"
| "ja_JP"
| "ko_KR"
| "tl_PH"
| "vi_VN"
| "de_DE"
| "fr_FR";