Provides a list of languages (RFC-5646 codes and names) that Amazon Translate supports.
See https://www.paws-r-sdk.com/docs/translate_list_languages/ for full documentation.
translate_list_languages(
DisplayLanguageCode = NULL,
NextToken = NULL,
MaxResults = NULL
)
The language code for the language to use to display the language names
in the response. The language code is en
by default.
Include the NextToken value to fetch the next group of supported languages.
The maximum number of results to return in each response.