Options
All
  • Public
  • Public/Protected
  • All
Menu

Response payload for languages.

Hierarchy

  • Language

Index

Properties

Optional country_code

country_code: string

The country code for the language (for example, ZA for South Africa).

Optional direction

direction: string

Indicates the direction of the language: right_to_left or left_to_right.

Optional identifiable

identifiable: boolean

Indicates whether the language supports automatic detection: true if the language can be detected automatically; false otherwise.

Optional language

language: string

The language code for the language (for example, af).

Optional language_name

language_name: string

The name of the language in English (for example, Afrikaans).

Optional native_language_name

native_language_name: string

The native name of the language (for example, Afrikaans).

Optional supported_as_source

supported_as_source: boolean

Indicates whether the language can be used as the source for translation: true if the language can be used as the source; false otherwise.

Optional supported_as_target

supported_as_target: boolean

Indicates whether the language can be used as the target for translation: true if the language can be used as the target; false otherwise.

Optional words_separated

words_separated: boolean

Indicates whether words of the language are separated by whitespace: true if the words are separated; false otherwise.

Generated using TypeDoc