ProofreaderOptions.Language

  • ProofreaderOptions.Language is an annotation that specifies supported languages.

  • The supported languages are English, French, German, Italian, Japanese, Korean, and Spanish.

  • Each supported language is represented by a public static final int constant.

public static abstract @interface ProofreaderOptions.Language implements Annotation

Languages supported.

Constant Summary

int FRENCH
int GERMAN
int KOREAN

Inherited Method Summary

From interface java.lang.annotation.Annotation
abstract Class<? extends Annotation>
annotationType()
abstract boolean
equals(Object arg0)
abstract int
hashCode()
abstract String
toString()

Constants

public static final int ENGLISH

Constant Value: 0

public static final int FRENCH

Constant Value: 4

public static final int GERMAN

Constant Value: 3

public static final int ITALIAN

Constant Value: 5

public static final int JAPANESE

Constant Value: 1

public static final int KOREAN

Constant Value: 2

public static final int SPANISH

Constant Value: 6

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年05月14日 UTC.