TranslateLanguage.Language

  • TranslateLanguage.Language is an annotation that represents a language supported by the Translate API.

  • The annotation's String value corresponds to the language's BCP 47 language tag.

  • It inherits methods from the java.lang.annotation.Annotation interface for reflection and manipulation.

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