List Languages
| translate_list_languages | R Documentation |
Provides a list of languages (RFC-5646 codes and names) that Amazon Translate supports¶
Description¶
Provides a list of languages (RFC-5646 codes and names) that Amazon Translate supports.
Usage¶
Arguments¶
DisplayLanguageCodeThe language code for the language to use to display the language names in the response. The language code is
enby default.NextTokenInclude the NextToken value to fetch the next group of supported languages.
MaxResultsThe maximum number of results to return in each response.
Value¶
A list with the following syntax:
list(
Languages = list(
list(
LanguageName = "string",
LanguageCode = "string"
)
),
DisplayLanguageCode = "de"|"en"|"es"|"fr"|"it"|"ja"|"ko"|"pt"|"zh"|"zh-TW",
NextToken = "string"
)