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¶
DisplayLanguageCode
The language code for the language to use to display the language names in the response. The language code is
en
by default.NextToken
Include the NextToken value to fetch the next group of supported languages.
MaxResults
The 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"
)