TranslateLanguage.Language

  • TranslateLanguage.Language is an abstract annotation representing a language supported by the Translate API.

  • The String value associated with this annotation is a BCP 47 language tag.

  • This annotation inherits standard methods from the java.lang.annotation.Annotation interface, including annotationType(), equals(), hashCode(), and toString().

public static abstract @interface TranslateLanguage.Language implements Annotation

A language supported by the Translate API. The String value is the matching BCP 47 language tag.

Inherited Method Summary