Package dev.reuss.tmdb.value.language
Class Languages
java.lang.Object
dev.reuss.tmdb.value.language.Languages
Common TMDB language tag constants.
TMDB commonly uses language tags composed of an ISO 639-1
language code and an ISO 3166-1 alpha-2 region code, for example
de-DE, en-US or pt-BR.
This class is a convenience holder for frequently used language
tags. It is not intended to list every possible language-region
combination. Custom language tags can still be created with
Language.of(String).
- See Also:
-
Field Summary
Fields -
Method Summary
-
Field Details
-
DE_DE
-
EN_US
-
EN_GB
-
PT_BR
-
ES_ES
-
FR_FR
-
IT_IT
-
JA_JP
-
KO_KR
-
ZH_CN
-
ZH_TW
-