Enum DocumentLanguage

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      BG_BG
      Represents "Bulgarian (Bulgaria)" locale
      CA_CA
      Represents "Catalan (Canada)" locale
      CS_CZ
      Represents "Czech (Czech Republic)" locale
      DA_DK
      Represents "Danish (Denmark)" locale
      DE_CH
      Represents "German (Switzerland)" locale
      DE_DE
      Represents "German (Germany)" locale
      EL_GR
      Represents "Greek (Greece)" locale
      EN_GB
      Represents "English (United Kingdom)" locale
      EN_US
      Represents "English (United States)" locale.
      ES_ES
      Represents "Spanish (Spain)" locale
      ET_EE
      Represents "Estonian (Estonia)" locale
      FI_FI
      Represents "Finnish (Finland)" locale
      FR_FR
      Represents "French (France)" locale
      HR_HR
      Represents "Croatian (Croatia)" locale
      HU_HU
      Represents "Hungarian (Hungary)" locale
      IT_IT
      Represents "Italian (Italy)" locale
      IW_IL
      Represents "Hebrew (Israel)" locale
      JA_JP
      Represents "Japanese (Japan)" locale
      KO_KR
      Represents "Korean (Korea)" locale
      LT_LT
      Represents "Lithuanian (Lithuania)" locale
      LV_LV
      Represents "Latvian (Latvia)" locale
      MK_MK
      Represents "Macedonian (Macedonia)" locale
      MT_MT
      Represents "Maltese (Malta)" locale
      NB_NO
      Represents "Norwegian (Norway)" locale
      NL_NL
      Represents "Dutch (Netherlands)" locale
      NO_NO
      Represents "Norwegian (Norway)" locale
      PL_PL
      Represents "Polish (Poland)" locale
      PT_BR
      Represents "Portuguese (Brazil)" locale
      RO_RO
      Represents "Romanian (Romania)" locale
      RU_RU
      Represents "Russian (Russia)" locale
      SK_SK
      Represents "Slovak (Slovakia)" locale
      SL_SI
      Represents "Slovenian (Slovenia)" locale
      SR_SR
      Represents "Serbian (Serbia)" locale
      SV_SE
      Represents "Swedish (Sweden)" locale
      TR_TR
      Represents "Turkish (Turkey)" locale
      UK_UA
      Represents "Ukrainian (Ukraine)" locale
      ZH_CN
      Represents "Chinese (China)" locale
      ZH_HK
      Represents "Chinese (Hong Kong)" locale
    • Enum Constant Detail

      • DA_DK

        public static final DocumentLanguage DA_DK
        Represents "Danish (Denmark)" locale
      • LT_LT

        public static final DocumentLanguage LT_LT
        Represents "Lithuanian (Lithuania)" locale
      • SL_SI

        public static final DocumentLanguage SL_SI
        Represents "Slovenian (Slovenia)" locale
      • EL_GR

        public static final DocumentLanguage EL_GR
        Represents "Greek (Greece)" locale
      • RU_RU

        public static final DocumentLanguage RU_RU
        Represents "Russian (Russia)" locale
      • EN_US

        public static final DocumentLanguage EN_US
        Represents "English (United States)" locale.
      • ZH_HK

        public static final DocumentLanguage ZH_HK
        Represents "Chinese (Hong Kong)" locale
      • HU_HU

        public static final DocumentLanguage HU_HU
        Represents "Hungarian (Hungary)" locale
      • ET_EE

        public static final DocumentLanguage ET_EE
        Represents "Estonian (Estonia)" locale
      • PT_BR

        public static final DocumentLanguage PT_BR
        Represents "Portuguese (Brazil)" locale
      • UK_UA

        public static final DocumentLanguage UK_UA
        Represents "Ukrainian (Ukraine)" locale
      • NB_NO

        public static final DocumentLanguage NB_NO
        Represents "Norwegian (Norway)" locale
      • PL_PL

        public static final DocumentLanguage PL_PL
        Represents "Polish (Poland)" locale
      • LV_LV

        public static final DocumentLanguage LV_LV
        Represents "Latvian (Latvia)" locale
      • FI_FI

        public static final DocumentLanguage FI_FI
        Represents "Finnish (Finland)" locale
      • JA_JP

        public static final DocumentLanguage JA_JP
        Represents "Japanese (Japan)" locale

        Please note that this locale is only supported for US(default) region.

      • ES_ES

        public static final DocumentLanguage ES_ES
        Represents "Spanish (Spain)" locale
      • BG_BG

        public static final DocumentLanguage BG_BG
        Represents "Bulgarian (Bulgaria)" locale
      • EN_GB

        public static final DocumentLanguage EN_GB
        Represents "English (United Kingdom)" locale
      • CS_CZ

        public static final DocumentLanguage CS_CZ
        Represents "Czech (Czech Republic)" locale
      • MT_MT

        public static final DocumentLanguage MT_MT
        Represents "Maltese (Malta)" locale
      • DE_DE

        public static final DocumentLanguage DE_DE
        Represents "German (Germany)" locale
      • HR_HR

        public static final DocumentLanguage HR_HR
        Represents "Croatian (Croatia)" locale
      • SK_SK

        public static final DocumentLanguage SK_SK
        Represents "Slovak (Slovakia)" locale
      • SR_SR

        public static final DocumentLanguage SR_SR
        Represents "Serbian (Serbia)" locale
      • CA_CA

        public static final DocumentLanguage CA_CA
        Represents "Catalan (Canada)" locale
      • MK_MK

        public static final DocumentLanguage MK_MK
        Represents "Macedonian (Macedonia)" locale
      • KO_KR

        public static final DocumentLanguage KO_KR
        Represents "Korean (Korea)" locale
      • DE_CH

        public static final DocumentLanguage DE_CH
        Represents "German (Switzerland)" locale
      • NL_NL

        public static final DocumentLanguage NL_NL
        Represents "Dutch (Netherlands)" locale
      • ZH_CN

        public static final DocumentLanguage ZH_CN
        Represents "Chinese (China)" locale
      • SV_SE

        public static final DocumentLanguage SV_SE
        Represents "Swedish (Sweden)" locale
      • IT_IT

        public static final DocumentLanguage IT_IT
        Represents "Italian (Italy)" locale
      • NO_NO

        public static final DocumentLanguage NO_NO
        Represents "Norwegian (Norway)" locale
      • TR_TR

        public static final DocumentLanguage TR_TR
        Represents "Turkish (Turkey)" locale
      • FR_FR

        public static final DocumentLanguage FR_FR
        Represents "French (France)" locale
      • RO_RO

        public static final DocumentLanguage RO_RO
        Represents "Romanian (Romania)" locale
      • IW_IL

        public static final DocumentLanguage IW_IL
        Represents "Hebrew (Israel)" locale
    • Method Detail

      • values

        public static DocumentLanguage[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (DocumentLanguage c : DocumentLanguage.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static DocumentLanguage valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getDocumentLanguage

        public String getDocumentLanguage()
        Returns the language code of this DocumentLanguage
        Returns:
        language code of the documentLanguage