Skip to contents

Languages supported by DeepL API

Usage

deepl_languages(type = c("target", "source"))

Arguments

type

Either "target" or "source"

Value

A data.frame of languages (language code as "language", name as "name", whether formality is supported as "supports_formality").

Examples

if (FALSE) {
deepl_languages(type = "source")
deepl_languages(type = "target")
}