Description Usage Arguments Details Value See Also Examples
Returns a list of supported languages for translation.
1 | gl_translate_languages(target = "en")
|
target |
If specified, language names are localized in target language |
Supported language codes, generally consisting of its ISO 639-1 identifier. (E.g. 'en', 'ja'
).
In certain cases, BCP-47 codes including language + region identifiers are returned (e.g. 'zh-TW', 'zh-CH'
)
A tibble of supported languages
https://cloud.google.com/translate/docs/reference/languages
Other translations:
gl_translate_detect()
,
gl_translate()
1 2 3 4 5 6 7 8 9 10 | ## Not run:
# default english names of languages supported
gl_translate_languages()
# specify a language code to get other names, such as Danish
gl_translate_languages("da")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.