diff --git a/404.html b/404.html index 96f90b2..9ca2780 100644 --- a/404.html +++ b/404.html @@ -69,7 +69,7 @@

Page not found (404)

diff --git a/LICENSE-text.html b/LICENSE-text.html index 0af8c63..9ca1da7 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -50,7 +50,7 @@

License

diff --git a/LICENSE.html b/LICENSE.html index cd8ee15..5dd0d03 100644 --- a/LICENSE.html +++ b/LICENSE.html @@ -54,7 +54,7 @@

MIT License

diff --git a/articles/Linguee.html b/articles/Linguee.html index c938494..8da3cdf 100644 --- a/articles/Linguee.html +++ b/articles/Linguee.html @@ -122,7 +122,7 @@

Word Translation diff --git a/articles/Movie_Reviews.html b/articles/Movie_Reviews.html index 1d56bf6..94561fd 100644 --- a/articles/Movie_Reviews.html +++ b/articles/Movie_Reviews.html @@ -135,7 +135,7 @@

Results diff --git a/articles/index.html b/articles/index.html index 313c45d..8ade5c4 100644 --- a/articles/index.html +++ b/articles/index.html @@ -56,7 +56,7 @@

All vignettes

diff --git a/articles/polyglotr.html b/articles/polyglotr.html index 26ecd77..228a723 100644 --- a/articles/polyglotr.html +++ b/articles/polyglotr.html @@ -132,7 +132,7 @@

Translating Files -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/authors.html b/authors.html index de8d08f..4a217e7 100644 --- a/authors.html +++ b/authors.html @@ -74,7 +74,7 @@

Citation

diff --git a/index.html b/index.html index 1c2c579..13027bb 100644 --- a/index.html +++ b/index.html @@ -173,7 +173,7 @@

Developers

diff --git a/news/index.html b/news/index.html index 89c2f9c..a40e367 100644 --- a/news/index.html +++ b/news/index.html @@ -39,7 +39,7 @@

Changelog

-

polyglotr 1.5.2

+

polyglotr 1.5.2

CRAN release: 2024-08-23

@@ -102,7 +102,7 @@

polyglotr 1.1.0 diff --git a/pkgdown.js b/pkgdown.js index 9757bf9..1a99c65 100644 --- a/pkgdown.js +++ b/pkgdown.js @@ -152,3 +152,11 @@ async function searchFuse(query, callback) { }); }); })(window.jQuery || window.$) + +document.addEventListener('keydown', function(event) { + // Check if the pressed key is '/' + if (event.key === '/') { + event.preventDefault(); // Prevent any default action associated with the '/' key + document.getElementById('search-input').focus(); // Set focus to the search input + } +}); diff --git a/pkgdown.yml b/pkgdown.yml index c22e99c..099e789 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -1,11 +1,11 @@ pandoc: 3.1.11 -pkgdown: 2.1.0 +pkgdown: 2.1.1 pkgdown_sha: ~ articles: Linguee: Linguee.html Movie_Reviews: Movie_Reviews.html polyglotr: polyglotr.html -last_built: 2024-08-23T09:03Z +last_built: 2024-09-18T08:24Z urls: reference: https://tomeriko96.github.io/polyglotr/reference article: https://tomeriko96.github.io/polyglotr/articles diff --git a/reference/batch_translate.html b/reference/batch_translate.html index c167d39..aaea2e9 100644 --- a/reference/batch_translate.html +++ b/reference/batch_translate.html @@ -85,7 +85,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/create_translation_table.html b/reference/create_translation_table.html index f2fc6d8..28e7ea7 100644 --- a/reference/create_translation_table.html +++ b/reference/create_translation_table.html @@ -84,7 +84,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/create_transliteration_table.html b/reference/create_transliteration_table.html index 43995ae..b7ddace 100644 --- a/reference/create_transliteration_table.html +++ b/reference/create_transliteration_table.html @@ -84,7 +84,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/figures/hex-polyglotr.png b/reference/figures/hex-polyglotr.png index 0c08164..b82fc47 100644 Binary files a/reference/figures/hex-polyglotr.png and b/reference/figures/hex-polyglotr.png differ diff --git a/reference/google_get_supported_languages.html b/reference/google_get_supported_languages.html index 49c0dae..9c1e4c3 100644 --- a/reference/google_get_supported_languages.html +++ b/reference/google_get_supported_languages.html @@ -62,7 +62,7 @@

Value

diff --git a/reference/google_is_valid_language_code.html b/reference/google_is_valid_language_code.html index 96bac90..c86f111 100644 --- a/reference/google_is_valid_language_code.html +++ b/reference/google_is_valid_language_code.html @@ -79,7 +79,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/google_supported_languages.html b/reference/google_supported_languages.html index d46c6f1..80dfb6b 100644 --- a/reference/google_supported_languages.html +++ b/reference/google_supported_languages.html @@ -66,7 +66,7 @@

Source< diff --git a/reference/google_translate.html b/reference/google_translate.html index 732f190..b9114bc 100644 --- a/reference/google_translate.html +++ b/reference/google_translate.html @@ -100,7 +100,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/google_translate_long_text.html b/reference/google_translate_long_text.html index 87bcffa..3bef98a 100644 --- a/reference/google_translate_long_text.html +++ b/reference/google_translate_long_text.html @@ -101,7 +101,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/google_transliterate.html b/reference/google_transliterate.html index a2ebf2d..1477c81 100644 --- a/reference/google_transliterate.html +++ b/reference/google_transliterate.html @@ -86,7 +86,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/index.html b/reference/index.html index 619bc6a..b2f0bdd 100644 --- a/reference/index.html +++ b/reference/index.html @@ -297,7 +297,7 @@

Funtranslation Methods diff --git a/reference/language_detect.html b/reference/language_detect.html index e556ee1..ba89197 100644 --- a/reference/language_detect.html +++ b/reference/language_detect.html @@ -70,7 +70,7 @@

Value

diff --git a/reference/linguee_external_sources.html b/reference/linguee_external_sources.html index 99849f7..8dd5a3a 100644 --- a/reference/linguee_external_sources.html +++ b/reference/linguee_external_sources.html @@ -108,7 +108,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/linguee_translation_examples.html b/reference/linguee_translation_examples.html index 822263a..331e57c 100644 --- a/reference/linguee_translation_examples.html +++ b/reference/linguee_translation_examples.html @@ -108,7 +108,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/linguee_word_translation.html b/reference/linguee_word_translation.html index 552f38c..0795924 100644 --- a/reference/linguee_word_translation.html +++ b/reference/linguee_word_translation.html @@ -102,7 +102,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/microsoft_supported_languages.html b/reference/microsoft_supported_languages.html index 80b830b..4d4368d 100644 --- a/reference/microsoft_supported_languages.html +++ b/reference/microsoft_supported_languages.html @@ -77,7 +77,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/mymemory_translate.html b/reference/mymemory_translate.html index 86a49ac..e2eb129 100644 --- a/reference/mymemory_translate.html +++ b/reference/mymemory_translate.html @@ -86,7 +86,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/pipe.html b/reference/pipe.html index ce29630..129c55a 100644 --- a/reference/pipe.html +++ b/reference/pipe.html @@ -74,7 +74,7 @@

Value

diff --git a/reference/pons_dictionaries.html b/reference/pons_dictionaries.html index 8315883..a9f1d68 100644 --- a/reference/pons_dictionaries.html +++ b/reference/pons_dictionaries.html @@ -77,7 +77,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/pons_translate.html b/reference/pons_translate.html index 1a48cbd..19a6cc5 100644 --- a/reference/pons_translate.html +++ b/reference/pons_translate.html @@ -89,7 +89,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/qcri_api_key.html b/reference/qcri_api_key.html index 2c0b304..7992e8b 100644 --- a/reference/qcri_api_key.html +++ b/reference/qcri_api_key.html @@ -62,7 +62,7 @@

Value

diff --git a/reference/qcri_get_domains.html b/reference/qcri_get_domains.html index 72680d0..f28a3e2 100644 --- a/reference/qcri_get_domains.html +++ b/reference/qcri_get_domains.html @@ -80,7 +80,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/qcri_get_language_pairs.html b/reference/qcri_get_language_pairs.html index 169088c..56e2762 100644 --- a/reference/qcri_get_language_pairs.html +++ b/reference/qcri_get_language_pairs.html @@ -78,7 +78,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/qcri_translate_text.html b/reference/qcri_translate_text.html index 08b9c7a..84afc48 100644 --- a/reference/qcri_translate_text.html +++ b/reference/qcri_translate_text.html @@ -95,7 +95,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/translate_file.html b/reference/translate_file.html index 38c8b56..b0c44dd 100644 --- a/reference/translate_file.html +++ b/reference/translate_file.html @@ -90,7 +90,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/translate_to_morse.html b/reference/translate_to_morse.html index 991d508..ad5af2c 100644 --- a/reference/translate_to_morse.html +++ b/reference/translate_to_morse.html @@ -74,7 +74,7 @@

Value

diff --git a/reference/translate_to_morse_audio.html b/reference/translate_to_morse_audio.html index 349a477..6f6727b 100644 --- a/reference/translate_to_morse_audio.html +++ b/reference/translate_to_morse_audio.html @@ -74,7 +74,7 @@

Value

diff --git a/reference/wikimedia_detect_language.html b/reference/wikimedia_detect_language.html index 16baf57..834e040 100644 --- a/reference/wikimedia_detect_language.html +++ b/reference/wikimedia_detect_language.html @@ -81,7 +81,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/wikipedia_get_language_names.html b/reference/wikipedia_get_language_names.html index 783912d..63a9a3c 100644 --- a/reference/wikipedia_get_language_names.html +++ b/reference/wikipedia_get_language_names.html @@ -1176,11 +1176,12 @@

Examples#> 1116 zh-sg Chinese (Singapore) #> 1117 zh-tw Chinese (Taiwan) #> 1118 zh-yue Cantonese -#> 1119 zpu Yalálag Zapotec -#> 1120 zu Zulu -#> 1121 zun Zuni -#> 1122 zxx no linguistic content -#> 1123 zza Zaza +#> 1119 zmi Negeri Sembilan Malay +#> 1120 zpu Yalálag Zapotec +#> 1121 zu Zulu +#> 1122 zun Zuni +#> 1123 zxx no linguistic content +#> 1124 zza Zaza #> autonym #> 1 Qafár af #> 2 Arbërisht @@ -1284,7 +1285,7 @@

Examples#> 100 #> 101 #> 102 български -#> 103 +#> 103 हरियाणवी #> 104 #> 105 #> 106 روچ کپتین بلوچی @@ -1838,7 +1839,7 @@

Examples#> 654 #> 655 閩南語(傳統漢字) #> 656 Bân-lâm-gú (Pe̍h-ōe-jī) -#> 657 +#> 657 Bân-lâm-gú (Tâi-lô) #> 658 Napulitano #> 659 #> 660 norsk bokmål @@ -2301,10 +2302,11 @@

Examples#> 1117 中文(臺灣) #> 1118 粵語 #> 1119 -#> 1120 isiZulu -#> 1121 +#> 1120 +#> 1121 isiZulu #> 1122 #> 1123 +#> 1124 @@ -2317,7 +2319,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/wmcloud_translate.html b/reference/wmcloud_translate.html index c6bae92..c2fb7d3 100644 --- a/reference/wmcloud_translate.html +++ b/reference/wmcloud_translate.html @@ -125,7 +125,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/search.json b/search.json index b77d20f..b4d95dd 100644 --- a/search.json +++ b/search.json @@ -1 +1 @@ -[{"path":"https://tomeriko96.github.io/polyglotr/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"MIT License","title":"MIT License","text":"Copyright (c) 2022 polyglotr authors Permission hereby granted, free charge, person obtaining copy software associated documentation files (“Software”), deal Software without restriction, including without limitation rights use, copy, modify, merge, publish, distribute, sublicense, /sell copies Software, permit persons Software furnished , subject following conditions: copyright notice permission notice shall included copies substantial portions Software. SOFTWARE PROVIDED “”, WITHOUT WARRANTY KIND, EXPRESS IMPLIED, INCLUDING LIMITED WARRANTIES MERCHANTABILITY, FITNESS PARTICULAR PURPOSE NONINFRINGEMENT. EVENT SHALL AUTHORS COPYRIGHT HOLDERS LIABLE CLAIM, DAMAGES LIABILITY, WHETHER ACTION CONTRACT, TORT OTHERWISE, ARISING , CONNECTION SOFTWARE USE DEALINGS SOFTWARE.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/articles/Linguee.html","id":"introduction","dir":"Articles","previous_headings":"","what":"Introduction","title":"Introduction to Linguee API","text":"polyglotr package provides convenient functions access Linguee API retrieve translations, examples, external sources. vignette demonstrates usage three key functions: linguee_external_sources(), linguee_translation_examples(), linguee_word_translation().","code":"library(polyglotr)"},{"path":"https://tomeriko96.github.io/polyglotr/articles/Linguee.html","id":"external-sources","dir":"Articles","previous_headings":"Introduction","what":"External Sources","title":"Introduction to Linguee API","text":"linguee_external_sources() function retrieves external sources using Linguee Translation API. ’s example usage:","code":"external_sources <- linguee_external_sources(\"hello\", src = \"en\", dst = \"de\") print(external_sources)"},{"path":"https://tomeriko96.github.io/polyglotr/articles/Linguee.html","id":"translation-examples","dir":"Articles","previous_headings":"Introduction","what":"Translation Examples","title":"Introduction to Linguee API","text":"linguee_translation_examples() function provides translation examples using Linguee Translation API. ’s example usage:","code":"translation_examples <- linguee_translation_examples(\"hello\", src = \"en\", dst = \"de\") print(translation_examples)"},{"path":"https://tomeriko96.github.io/polyglotr/articles/Linguee.html","id":"word-translation","dir":"Articles","previous_headings":"Introduction","what":"Word Translation","title":"Introduction to Linguee API","text":"linguee_word_translation() function translates word using Linguee Translation API. ’s example usage:","code":"word_translation <- linguee_word_translation(\"hello\", source_language = \"en\", target_language = \"de\") print(word_translation)"},{"path":"https://tomeriko96.github.io/polyglotr/articles/Movie_Reviews.html","id":"introduction","dir":"Articles","previous_headings":"","what":"Introduction","title":"Translation of Movie Reviews","text":"vignette, demonstrate use polyglotr package combination packages like text2vec, purrr, dplyr translate movie reviews French.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/articles/Movie_Reviews.html","id":"installation","dir":"Articles","previous_headings":"","what":"Installation","title":"Translation of Movie Reviews","text":"get started, need install required packages. haven’t installed Polyglotr package dependencies, can use following code install :","code":"library(polyglotr) library(purrr) library(dplyr) library(text2vec)"},{"path":"https://tomeriko96.github.io/polyglotr/articles/Movie_Reviews.html","id":"translating-movie-reviews","dir":"Articles","previous_headings":"","what":"Translating Movie Reviews","title":"Translation of Movie Reviews","text":"demonstrate translation movie reviews, use movie_review dataset text2vec package. code , load necessary packages create subset movie_review dataset first 10 rows, used translation. Now, let’s translate review column French using polyglotr package: code snippet , utilize mutate function dplyr conjunction purrr::map_chr apply google_translate function package element review column. translated reviews stored new column named “french_review”.","code":"df <- head(movie_review, 10) glimpse(df) ## show reviews df$review # Translate the review column to French translated_reviews <- df %>% dplyr::mutate(french_review = purrr::map_chr(review, ~ google_translate(.x, target_language = \"fr\", source_language = \"en\")))"},{"path":"https://tomeriko96.github.io/polyglotr/articles/Movie_Reviews.html","id":"results","dir":"Articles","previous_headings":"","what":"Results","title":"Translation of Movie Reviews","text":"Let’s examine translated movie reviews: output display first rows translated movie reviews, including original review column corresponding French translation “french_review” column.","code":"glimpse(translated_reviews) translated_reviews$french_review"},{"path":"https://tomeriko96.github.io/polyglotr/articles/polyglotr.html","id":"introduction","dir":"Articles","previous_headings":"","what":"Introduction","title":"Introduction to polyglotr","text":"polyglotr package language translation tool R programming language. provides convenient functions translate text using different (free) translation services. vignette guide usage package demonstrate translate text files various languages.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/articles/polyglotr.html","id":"installation","dir":"Articles","previous_headings":"","what":"Installation","title":"Introduction to polyglotr","text":"can install polyglotr package CRAN using following command:","code":"library(polyglotr)"},{"path":[]},{"path":"https://tomeriko96.github.io/polyglotr/articles/polyglotr.html","id":"translating-text","dir":"Articles","previous_headings":"Basic usage","what":"Translating Text","title":"Introduction to polyglotr","text":"translate text using polyglotr package, can use mymemory_translate google_translate functions. ’s example translate simple phrase:","code":"text <- \"Hello, how are you?\" # Translate using MyMemory Translation API translation_mymemory <- mymemory_translate(text, target_language = \"fr\", source_language = \"en\") # Translate using Google Translate translation_google <- google_translate(text, target_language = \"fr\", source_language = \"en\") cat(translation_mymemory) cat(translation_google)"},{"path":"https://tomeriko96.github.io/polyglotr/articles/polyglotr.html","id":"translating-files","dir":"Articles","previous_headings":"Basic usage","what":"Translating Files","title":"Introduction to polyglotr","text":"package also provides function, translate_file, translate content file. ’s example: example, content file “file.txt” translated English French using Google Translate. translated content replaces original content overwrite parameter set TRUE. Otherwise, new file translated content created.","code":"# Translate the content of a file using Google Translate # translate_file(\"path/to/file.txt\", target_language = \"fr\", source_language = \"en\", overwrite = TRUE)"},{"path":"https://tomeriko96.github.io/polyglotr/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"Tomer Iwan. Author, maintainer, copyright holder.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Iwan T (2024). polyglotr: Translate Text. R package version 1.5.2, https://tomeriko96.github.io/polyglotr/, https://github.com/Tomeriko96/polyglotr/.","code":"@Manual{, title = {polyglotr: Translate Text}, author = {Tomer Iwan}, year = {2024}, note = {R package version 1.5.2, https://tomeriko96.github.io/polyglotr/}, url = {https://github.com/Tomeriko96/polyglotr/}, }"},{"path":"https://tomeriko96.github.io/polyglotr/index.html","id":"polyglotr-","dir":"","previous_headings":"","what":"Translate Text","title":"Translate Text","text":"R package translate text.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/index.html","id":"overview","dir":"","previous_headings":"","what":"Overview","title":"Translate Text","text":"polyglotr package language translation tool R programming language. provides convenient functions translate text using different (free) translation services. vignette guide usage package demonstrate translate text files various languages. Currently, package functions communicate following services: Google Translate API Mymemory API Linguee API Pons API QCRI API Wikimedia Translation API","code":""},{"path":"https://tomeriko96.github.io/polyglotr/index.html","id":"features","dir":"","previous_headings":"","what":"Features","title":"Translate Text","text":"see functions available, please refer reference page polyglotr package. reference page provides comprehensive list functions available package, organized category. Additionally, package includes vignettes provide detailed information use functions package.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"Translate Text","text":"install package: ```{r} # easiest way get polyglotr CRAN install.packages(“polyglotr”)","code":""},{"path":[]},{"path":"https://tomeriko96.github.io/polyglotr/index.html","id":"installpackagesremotes","dir":"","previous_headings":"","what":"install.packages(“remotes”)","title":"Translate Text","text":"remotes::install_github(“Tomeriko96/polyglotr”)","code":"# Usage To demonstrate the usage of the `polyglotr` package, let's consider an example where we translate a list of texts into multiple languages using the `create_translation_table` function. ```{r} texts <- c(\"Hello, how are you?\", \"I love programming!\", \"This is a test.\") languages <- c(\"es\", \"fr\", \"de\") create_translation_table(texts, languages) #> Original_word es #> 1 Hello, how are you? ¿Hola, cómo estás? #> 2 I love programming! ¡Me encanta programar! #> 3 This is a test. Esto es una prueba. #> fr de #> 1 Bonjour comment allez-vous? Hallo, wie geht's dir? #> 2 J'adore programmer ! Ich liebe Programmieren! #> 3 C'est un test. Das ist ein Test."},{"path":"https://tomeriko96.github.io/polyglotr/reference/batch_translate.html","id":null,"dir":"Reference","previous_headings":"","what":"Batch Translation Function — batch_translate","title":"Batch Translation Function — batch_translate","text":"function translates file target language using polyglotr package's translate_file function, saves translated files.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/batch_translate.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Batch Translation Function — batch_translate","text":"","code":"batch_translate(input_file, source_language, target_languages)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/batch_translate.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Batch Translation Function — batch_translate","text":"input_file character string indicating path input file. source_language character string indicating source language. target_languages character vector indicating target languages.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/batch_translate.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Batch Translation Function — batch_translate","text":"Nothing returned.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/batch_translate.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Batch Translation Function — batch_translate","text":"","code":"if (FALSE) { # \\dontrun{ batch_translate(\"README.md\", \"nl\", c(\"fr\", \"es\", \"de\")) } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/create_translation_table.html","id":null,"dir":"Reference","previous_headings":"","what":"Create a Translation Table — create_translation_table","title":"Create a Translation Table — create_translation_table","text":"function generates translation table translating list words multiple languages.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/create_translation_table.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Create a Translation Table — create_translation_table","text":"","code":"create_translation_table(words, languages)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/create_translation_table.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Create a Translation Table — create_translation_table","text":"words character vector containing words translated. languages character vector specifying target languages translation.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/create_translation_table.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Create a Translation Table — create_translation_table","text":"data frame representing translation table original words translations language.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/create_translation_table.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Create a Translation Table — create_translation_table","text":"","code":"if (FALSE) { # \\dontrun{ words <- c(\"Hello\", \"Translate\", \"Table\", \"Script\") languages <- c(\"es\", \"fr\", \"de\", \"nl\") translations <- create_translation_table(words, languages) print(translations) } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/create_transliteration_table.html","id":null,"dir":"Reference","previous_headings":"","what":"Create a Transliteration Table — create_transliteration_table","title":"Create a Transliteration Table — create_transliteration_table","text":"function generates transliteration table transliterating list words multiple languages.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/create_transliteration_table.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Create a Transliteration Table — create_transliteration_table","text":"","code":"create_transliteration_table(words, languages)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/create_transliteration_table.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Create a Transliteration Table — create_transliteration_table","text":"words character vector containing words transliterated. languages character vector specifying target languages transliteration.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/create_transliteration_table.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Create a Transliteration Table — create_transliteration_table","text":"data frame representing transliteration table original words transliterations language.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/create_transliteration_table.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Create a Transliteration Table — create_transliteration_table","text":"","code":"if (FALSE) { # \\dontrun{ words <- c(\"Hello world\", \"Goodbye\", \"Thank you\", \"Please\") languages <- c(\"ar\", \"he\", \"el\", \"ru\", \"fa\") transliterations <- create_transliteration_table(words, languages) print(transliterations) } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_get_supported_languages.html","id":null,"dir":"Reference","previous_headings":"","what":"Get Supported Languages — google_get_supported_languages","title":"Get Supported Languages — google_get_supported_languages","text":"function fetches supported languages Google Cloud Translate documentation page.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_get_supported_languages.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Get Supported Languages — google_get_supported_languages","text":"","code":"google_get_supported_languages()"},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_get_supported_languages.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Get Supported Languages — google_get_supported_languages","text":"data frame containing supported languages corresponding ISO 639-1 codes.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_is_valid_language_code.html","id":null,"dir":"Reference","previous_headings":"","what":"Check if a language code is valid — google_is_valid_language_code","title":"Check if a language code is valid — google_is_valid_language_code","text":"function checks given language code google_supported_languages dataset.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_is_valid_language_code.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Check if a language code is valid — google_is_valid_language_code","text":"","code":"google_is_valid_language_code(language_code)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_is_valid_language_code.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Check if a language code is valid — google_is_valid_language_code","text":"language_code language code check.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_is_valid_language_code.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Check if a language code is valid — google_is_valid_language_code","text":"logical value indicating language code valid.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_is_valid_language_code.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Check if a language code is valid — google_is_valid_language_code","text":"","code":"if (FALSE) { # \\dontrun{ google_is_valid_language_code(\"en\") # TRUE google_is_valid_language_code(\"fr\") # TRUE google_is_valid_language_code(\"xx\") # FALSE } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_supported_languages.html","id":null,"dir":"Reference","previous_headings":"","what":"Google Supported Languages — google_supported_languages","title":"Google Supported Languages — google_supported_languages","text":"dataset contains language names iso codes languages supported Google Translate API.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_supported_languages.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Google Supported Languages — google_supported_languages","text":"","code":"google_supported_languages"},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_supported_languages.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"Google Supported Languages — google_supported_languages","text":"data frame two variables: language_name iso_code","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_supported_languages.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"Google Supported Languages — google_supported_languages","text":"Google Translate API","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_translate.html","id":null,"dir":"Reference","previous_headings":"","what":"Translate text using google translate — google_translate","title":"Translate text using google translate — google_translate","text":"Translate text using google translate","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_translate.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Translate text using google translate — google_translate","text":"","code":"google_translate(text, target_language = \"en\", source_language = \"auto\")"},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_translate.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Translate text using google translate — google_translate","text":"text text want translate. target_language language want translate text . default value argument \"en\" English. source_language language text want translate. default value argument \"auto\", means function try automatically detect language text.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_translate.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Translate text using google translate — google_translate","text":"Translated text.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_translate.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Translate text using google translate — google_translate","text":"","code":"# \\donttest{ google_translate(\"I love languages\", target_language = \"es\") #> [1] \"Me encantan los idiomas\" text_to_translate <- c(\"the\", \"quick\", \"brown\") google_translate(text_to_translate, \"fr\", \"en\") #> [[1]] #> [1] \"le\" #> #> [[2]] #> [1] \"rapide\" #> #> [[3]] #> [1] \"brun\" #> # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_translate_long_text.html","id":null,"dir":"Reference","previous_headings":"","what":"Translate long text using Google Translate — google_translate_long_text","title":"Translate long text using Google Translate — google_translate_long_text","text":"function translates long text one language another using Google Translate. splits text smaller chunks necessary handle large inputs.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_translate_long_text.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Translate long text using Google Translate — google_translate_long_text","text":"","code":"google_translate_long_text( text, target_language = \"en\", source_language = \"auto\", chunk_size = 1000 )"},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_translate_long_text.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Translate long text using Google Translate — google_translate_long_text","text":"text long text translate. single string. target_language language translate text . Default \"en\" English. source_language language input text. Default \"auto\" automatic detection. chunk_size maximum number characters send single translation request. Default 1000.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_translate_long_text.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Translate long text using Google Translate — google_translate_long_text","text":"single string containing translated text.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_translate_long_text.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Translate long text using Google Translate — google_translate_long_text","text":"","code":"if (FALSE) { # \\dontrun{ long_text <- paste(rep(\"This is a long text to translate.\", 100), collapse = \" \") google_translate_long_text( long_text, target_language = \"de\", source_language = \"en\", chunk_size = 500) } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_transliterate.html","id":null,"dir":"Reference","previous_headings":"","what":"Transliterate a single word or a sentence to the required language. — google_transliterate","title":"Transliterate a single word or a sentence to the required language. — google_transliterate","text":"Transliterate single word sentence required language.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_transliterate.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Transliterate a single word or a sentence to the required language. — google_transliterate","text":"","code":"google_transliterate(text, language_tag = \"el\", num = 5)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_transliterate.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Transliterate a single word or a sentence to the required language. — google_transliterate","text":"text word sentence transliterate Latin/Roman (English) script. language_tag target language's ISO639 code. default value argument \"el\" Greek. num maximum number suggestions fetch. default value argument 5.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_transliterate.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Transliterate a single word or a sentence to the required language. — google_transliterate","text":"Character vector transliterated sentences larger pieces text.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_transliterate.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Transliterate a single word or a sentence to the required language. — google_transliterate","text":"","code":"if (FALSE) { # \\dontrun{ google_transliterate(\"Hello world\", \"fr\", 10) google_transliterate(\"hello\", \"el\", 10) } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/language_detect.html","id":null,"dir":"Reference","previous_headings":"","what":"Detect Language using Google Translate API — language_detect","title":"Detect Language using Google Translate API — language_detect","text":"function detects language given text using Google Translate API.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/language_detect.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Detect Language using Google Translate API — language_detect","text":"","code":"language_detect(text)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/language_detect.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Detect Language using Google Translate API — language_detect","text":"text text language needs detected.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/language_detect.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Detect Language using Google Translate API — language_detect","text":"character string representing detected language.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_external_sources.html","id":null,"dir":"Reference","previous_headings":"","what":"Retrieve external sources using Linguee Translation API — linguee_external_sources","title":"Retrieve external sources using Linguee Translation API — linguee_external_sources","text":"Retrieve external sources using Linguee Translation API","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_external_sources.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Retrieve external sources using Linguee Translation API — linguee_external_sources","text":"","code":"linguee_external_sources(query, src, dst, limit = 5)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_external_sources.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Retrieve external sources using Linguee Translation API — linguee_external_sources","text":"query word phrase want retrieve external sources. src source language word phrase. Accepts language codes \"en\", \"es\", \"fr\", etc. dst target language external source retrieval. Accepts language codes \"en\", \"es\", \"fr\", etc. limit maximum number external sources retrieve. Defaults 5.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_external_sources.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Retrieve external sources using Linguee Translation API — linguee_external_sources","text":"dataframe external sources columns: src, dst, src_url, dst_url.","code":""},{"path":[]},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_external_sources.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Retrieve external sources using Linguee Translation API — linguee_external_sources","text":"","code":"# \\donttest{ linguee_external_sources(query = \"hello\", src = \"en\", dst = \"es\") #> # A tibble: 27 × 4 #> src dst src_url dst_url #> #> 1 \"Hello, my name is Maitri [...] and I just moved to th… \"Hol… http:/… http:/… #> 2 \"Hello, I have just tested your service and I must say… \"Bue… http:/… http:/… #> 3 \"I therefore believe that a standardised portal along … \"Por… http:/… http:/… #> 4 \"Hello, Just a word to let [...] you know how satisfie… \"Hol… http:/… http:/… #> 5 \"After all, whenever she visits the classrooms [...] w… \"Des… http:/… http:/… #> 6 \"The man joins and [...] woman and men say: hello.\" \"El … http:/… http:/… #> 7 \"When living abroad, even [...] a stranger saying, \\\"H… \"Cua… http:/… http:/… #> 8 \"Could we find a more user-friendly [...] name, such a… \"¿No… http:/… http:/… #> 9 \"Hello, I would like to request [...] information of t… \"Hol… http:/… http:/… #> 10 \"Another picks up a banana, holds it to his ear like a… \"Otr… http:/… http:/… #> # ℹ 17 more rows # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_translation_examples.html","id":null,"dir":"Reference","previous_headings":"","what":"Provide translation examples using Linguee Translation API — linguee_translation_examples","title":"Provide translation examples using Linguee Translation API — linguee_translation_examples","text":"Provide translation examples using Linguee Translation API","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_translation_examples.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Provide translation examples using Linguee Translation API — linguee_translation_examples","text":"","code":"linguee_translation_examples( query, src, dst, guess_direction = FALSE, follow_corrections = \"always\" )"},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_translation_examples.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Provide translation examples using Linguee Translation API — linguee_translation_examples","text":"query word phrase want translation examples. src source language word phrase. Accepts language codes \"en\", \"es\", \"fr\", etc. dst target language translation examples. Accepts language codes \"en\", \"es\", \"fr\", etc. guess_direction boolean flag determines whether API guess translation direction. default value FALSE. follow_corrections Specifies treat responses \"mean\" link. Possible values \"always\", \"never\", \"on_empty_translations\". default value \"always\".","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_translation_examples.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Provide translation examples using Linguee Translation API — linguee_translation_examples","text":"dataframe translation examples columns: source, target, pos.","code":""},{"path":[]},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_translation_examples.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Provide translation examples using Linguee Translation API — linguee_translation_examples","text":"","code":"# \\donttest{ linguee_translation_examples(query = \"hello\", src = \"en\", dst = \"es\") #> # A tibble: 0 × 0 # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_word_translation.html","id":null,"dir":"Reference","previous_headings":"","what":"Translate word using Linguee Translation API — linguee_word_translation","title":"Translate word using Linguee Translation API — linguee_word_translation","text":"Translate word using Linguee Translation API","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_word_translation.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Translate word using Linguee Translation API — linguee_word_translation","text":"","code":"linguee_word_translation( word, target_language, source_language, guess_direction = FALSE, follow_corrections = \"always\" )"},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_word_translation.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Translate word using Linguee Translation API — linguee_word_translation","text":"word word want translate. target_language language want translate word . source_language language word want translate. guess_direction Specifies whether API guess translation direction source language set \"auto\". default value FALSE. follow_corrections Specifies whether API include translations marked corrections. default value \"always\" include corrections.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_word_translation.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Translate word using Linguee Translation API — linguee_word_translation","text":"Translated word options.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_word_translation.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Translate word using Linguee Translation API — linguee_word_translation","text":"","code":"# \\donttest{ linguee_word_translation(\"hello\", target_language = \"es\", source_language = \"en\") #> [1] \"hola\" \"saludo\" # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/microsoft_supported_languages.html","id":null,"dir":"Reference","previous_headings":"","what":"Get the set of languages currently supported by the Microsoft Translator API — microsoft_supported_languages","title":"Get the set of languages currently supported by the Microsoft Translator API — microsoft_supported_languages","text":"Get set languages currently supported Microsoft Translator API","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/microsoft_supported_languages.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Get the set of languages currently supported by the Microsoft Translator API — microsoft_supported_languages","text":"","code":"microsoft_supported_languages(scope = NULL)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/microsoft_supported_languages.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Get the set of languages currently supported by the Microsoft Translator API — microsoft_supported_languages","text":"scope (optional) comma-separated list names defining group languages return. Allowed group names : translation, transliteration, dictionary. scope given, groups returned.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/microsoft_supported_languages.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Get the set of languages currently supported by the Microsoft Translator API — microsoft_supported_languages","text":"list supported languages specified groups.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/microsoft_supported_languages.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Get the set of languages currently supported by the Microsoft Translator API — microsoft_supported_languages","text":"","code":"if (FALSE) { # \\dontrun{ microsoft_supported_languages(scope = \"translation,transliteration,dictionary\") } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/mymemory_translate.html","id":null,"dir":"Reference","previous_headings":"","what":"Translate text using mymemory translate — mymemory_translate","title":"Translate text using mymemory translate — mymemory_translate","text":"Translate text using mymemory translate","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/mymemory_translate.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Translate text using mymemory translate — mymemory_translate","text":"","code":"mymemory_translate(text, target_language = \"en\", source_language = \"auto\")"},{"path":"https://tomeriko96.github.io/polyglotr/reference/mymemory_translate.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Translate text using mymemory translate — mymemory_translate","text":"text Text translate. target_language Language translate text . source_language Language translate text ","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/mymemory_translate.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Translate text using mymemory translate — mymemory_translate","text":"Translated text.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/mymemory_translate.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Translate text using mymemory translate — mymemory_translate","text":"","code":"# \\donttest{ mymemory_translate(\"Hello World\", target_language = \"es\", source_language = \"en\") #> [1] \"Hola mundo\" # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/pipe.html","id":null,"dir":"Reference","previous_headings":"","what":"Pipe operator — %>%","title":"Pipe operator — %>%","text":"See magrittr::%>% details.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/pipe.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Pipe operator — %>%","text":"","code":"lhs %>% rhs"},{"path":"https://tomeriko96.github.io/polyglotr/reference/pipe.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Pipe operator — %>%","text":"lhs value magrittr placeholder. rhs function call using magrittr semantics.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/pipe.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Pipe operator — %>%","text":"result calling rhs(lhs).","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/pons_dictionaries.html","id":null,"dir":"Reference","previous_headings":"","what":"Get the list of available dictionaries from PONS API — pons_dictionaries","title":"Get the list of available dictionaries from PONS API — pons_dictionaries","text":"Get list available dictionaries PONS API","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/pons_dictionaries.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Get the list of available dictionaries from PONS API — pons_dictionaries","text":"","code":"pons_dictionaries(language = \"en\")"},{"path":"https://tomeriko96.github.io/polyglotr/reference/pons_dictionaries.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Get the list of available dictionaries from PONS API — pons_dictionaries","text":"language language output (ISO 639-1 - two-letter codes). Supported languages de, el, en, es, fr, , pl, pt, ru, sl, tr, zh.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/pons_dictionaries.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Get the list of available dictionaries from PONS API — pons_dictionaries","text":"list available dictionaries specified language.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/pons_dictionaries.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Get the list of available dictionaries from PONS API — pons_dictionaries","text":"","code":"if (FALSE) { # \\dontrun{ pons_dictionaries(language = \"es\") } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/pons_translate.html","id":null,"dir":"Reference","previous_headings":"","what":"Translate text using PONS — pons_translate","title":"Translate text using PONS — pons_translate","text":"Translate text using PONS","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/pons_translate.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Translate text using PONS — pons_translate","text":"","code":"pons_translate(text, target_language = \"pt\", source_language = \"en\")"},{"path":"https://tomeriko96.github.io/polyglotr/reference/pons_translate.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Translate text using PONS — pons_translate","text":"text text want translate. Can single string vector strings. target_language language want translate text . default value argument \"pt\" Portuguese. source_language language text want translate. default value argument \"en\" English.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/pons_translate.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Translate text using PONS — pons_translate","text":"Translated text. input vector, returns character vector translated strings.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/pons_translate.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Translate text using PONS — pons_translate","text":"","code":"if (FALSE) { # \\dontrun{ pons_translate(\"I love languages!\", target_language = \"pt\", source_language = \"en\") text_to_translate <- c(\"The\", \"Greatest\", \"Language\") pons_translate(text_to_translate, \"pt\", \"en\") } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_api_key.html","id":null,"dir":"Reference","previous_headings":"","what":"Get the QCRI API key from the environment variable — qcri_api_key","title":"Get the QCRI API key from the environment variable — qcri_api_key","text":"Get QCRI API key environment variable","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_api_key.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Get the QCRI API key from the environment variable — qcri_api_key","text":"","code":"qcri_api_key()"},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_api_key.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Get the QCRI API key from the environment variable — qcri_api_key","text":"QCRI API key stored QCRI_API_KEY environment variable.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_get_domains.html","id":null,"dir":"Reference","previous_headings":"","what":"QCRI Get Domains — qcri_get_domains","title":"QCRI Get Domains — qcri_get_domains","text":"function retrieves supported domains QCRI Multiterm API.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_get_domains.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"QCRI Get Domains — qcri_get_domains","text":"","code":"qcri_get_domains(api_key = qcri_api_key())"},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_get_domains.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"QCRI Get Domains — qcri_get_domains","text":"api_key API key associated user account used. provided, function attempt retrieve QCRI_API_KEY environment variable.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_get_domains.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"QCRI Get Domains — qcri_get_domains","text":"list keys: success: Boolean indicating whether request succeeded. domains: Array supported domains, news, tedtalks etc. present success true. error: Error message case success false.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_get_domains.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"QCRI Get Domains — qcri_get_domains","text":"","code":"if (FALSE) { # \\dontrun{ qcri_get_domains(api_key = \"YourApiKey\") qcri_get_domains() } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_get_language_pairs.html","id":null,"dir":"Reference","previous_headings":"","what":"QCRI Get Language Pairs — qcri_get_language_pairs","title":"QCRI Get Language Pairs — qcri_get_language_pairs","text":"function retrieves supported language pairs QCRI Multiterm API.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_get_language_pairs.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"QCRI Get Language Pairs — qcri_get_language_pairs","text":"","code":"qcri_get_language_pairs(api_key = qcri_api_key())"},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_get_language_pairs.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"QCRI Get Language Pairs — qcri_get_language_pairs","text":"api_key API key associated user account used. provided, function attempt retrieve QCRI_API_KEY environment variable. can register API key https://mt.qcri.org/api/register","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_get_language_pairs.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"QCRI Get Language Pairs — qcri_get_language_pairs","text":"Language pairs.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_get_language_pairs.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"QCRI Get Language Pairs — qcri_get_language_pairs","text":"","code":"if (FALSE) { # \\dontrun{ qcri_get_language_pairs(api_key = \"YourApiKey\") qcri_get_language_pairs() } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_translate_text.html","id":null,"dir":"Reference","previous_headings":"","what":"QCRI Translate Text — qcri_translate_text","title":"QCRI Translate Text — qcri_translate_text","text":"function translates text source language target language using QCRI Multiterm API.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_translate_text.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"QCRI Translate Text — qcri_translate_text","text":"","code":"qcri_translate_text(text, langpair, domain, api_key = qcri_api_key())"},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_translate_text.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"QCRI Translate Text — qcri_translate_text","text":"text text translated. must URL encoded. langpair source-target language pair, source language provided text target language text translated. domain domain translation tuned. api_key API key associated user account used. provided, function attempt retrieve QCRI_API_KEY environment variable.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_translate_text.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"QCRI Translate Text — qcri_translate_text","text":"Translated text.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_translate_text.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"QCRI Translate Text — qcri_translate_text","text":"","code":"if (FALSE) { # \\dontrun{ qcri_translate_text(text = \"Hello, world!\", langpair = \"en-ar\", domain = \"general\", api_key = \"YourApiKey\") qcri_translate_text(text = \"Hello, world!\", langpair = \"en-ar\", domain = \"general\") } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_file.html","id":null,"dir":"Reference","previous_headings":"","what":"Translate File — translate_file","title":"Translate File — translate_file","text":"Translates content file using Google Translate API.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_file.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Translate File — translate_file","text":"","code":"translate_file( file_path, target_language = \"en\", source_language = \"auto\", overwrite = FALSE )"},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_file.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Translate File — translate_file","text":"file_path path file translated. target_language target language translate file content . Default \"en\". source_language source language file content. Default \"auto\". overwrite Logical indicating whether overwrite original file translated content. Default FALSE.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_file.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Translate File — translate_file","text":"","code":"if (FALSE) { # \\dontrun{ translate_file(\"path/to/file.txt\", target_language = \"fr\", source_language = \"en\", overwrite = TRUE) } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_to_morse.html","id":null,"dir":"Reference","previous_headings":"","what":"Translate Text to Morse Code using the FunTranslations API — translate_to_morse","title":"Translate Text to Morse Code using the FunTranslations API — translate_to_morse","text":"function takes string text input translates Morse code using FunTranslations API.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_to_morse.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Translate Text to Morse Code using the FunTranslations API — translate_to_morse","text":"","code":"translate_to_morse(text, api_key = NULL)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_to_morse.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Translate Text to Morse Code using the FunTranslations API — translate_to_morse","text":"text character string containing text translated Morse code. api_key (optional) FunTranslations API key, paid subscription.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_to_morse.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Translate Text to Morse Code using the FunTranslations API — translate_to_morse","text":"list containing translated Morse code text metadata.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_to_morse_audio.html","id":null,"dir":"Reference","previous_headings":"","what":"Translate English Text to Morse Code with Audio — translate_to_morse_audio","title":"Translate English Text to Morse Code with Audio — translate_to_morse_audio","text":"function takes English text string input translates Morse code audio output using FunTranslations API.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_to_morse_audio.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Translate English Text to Morse Code with Audio — translate_to_morse_audio","text":"","code":"translate_to_morse_audio(text, api_key = NULL)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_to_morse_audio.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Translate English Text to Morse Code with Audio — translate_to_morse_audio","text":"text character string containing English text translated. api_key (optional) FunTranslations API key, paid subscription.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_to_morse_audio.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Translate English Text to Morse Code with Audio — translate_to_morse_audio","text":"list containing translated Morse code text, Morse code audio base64-encoded string, metadata.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/wikimedia_detect_language.html","id":null,"dir":"Reference","previous_headings":"","what":"Detect the language of a text — wikimedia_detect_language","title":"Detect the language of a text — wikimedia_detect_language","text":"function sends POST request Wikimedia Language ID API specified text, parses JSON response, returns detected language.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/wikimedia_detect_language.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Detect the language of a text — wikimedia_detect_language","text":"","code":"wikimedia_detect_language(text)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/wikimedia_detect_language.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Detect the language of a text — wikimedia_detect_language","text":"text text whose language detected.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/wikimedia_detect_language.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Detect the language of a text — wikimedia_detect_language","text":"detected language.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/wikimedia_detect_language.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Detect the language of a text — wikimedia_detect_language","text":"","code":"# Detect the language of a text wikimedia_detect_language(\"Hallo, wereld\") #> [1] \"nl\""},{"path":"https://tomeriko96.github.io/polyglotr/reference/wikipedia_get_language_names.html","id":null,"dir":"Reference","previous_headings":"","what":"Get language names — wikipedia_get_language_names","title":"Get language names — wikipedia_get_language_names","text":"function sends GET request Wikipedia API returns language names dataframe.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/wikipedia_get_language_names.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Get language names — wikipedia_get_language_names","text":"","code":"wikipedia_get_language_names()"},{"path":"https://tomeriko96.github.io/polyglotr/reference/wikipedia_get_language_names.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Get language names — wikipedia_get_language_names","text":"dataframe language names.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/wikipedia_get_language_names.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Get language names — wikipedia_get_language_names","text":"","code":"# Get language names wikipedia_get_language_names() #> language_tag name #> 1 aa Afar #> 2 aae Arbëresh #> 3 ab Abkhazian #> 4 abe Western Abenaki #> 5 abq Abaza #> 6 abq-latn Abaza #> 7 abr Abron #> 8 abs Ambonese Malay #> 9 ace Achinese #> 10 acf Saint Lucian Creole #> 11 ach Acoli #> 12 acm Iraqi Arabic #> 13 ada Adangme #> 14 ady Adyghe #> 15 ady-cyrl Adyghe (Cyrillic script) #> 16 ae Avestan #> 17 aeb Tunisian Arabic #> 18 aeb-arab Tunisian Arabic (Arabic script) #> 19 aeb-latn Tunisian Arabic (Latin script) #> 20 aec Saʽidi Arabic #> 21 af Afrikaans #> 22 afh Afrihili #> 23 agq Aghem #> 24 aii Assyrian Neo-Aramaic #> 25 ain Ainu #> 26 ak Akan #> 27 akk Akkadian #> 28 akk-latn Akkadian (Latin script) #> 29 akk-xsux Akkadian (Cuneiform script) #> 30 akz Alabama #> 31 alc Kawésqar #> 32 ale Aleut #> 33 aln Gheg Albanian #> 34 alq Algonquin #> 35 als Alemannic #> 36 alt Southern Altai #> 37 am Amharic #> 38 ami Amis #> 39 an Aragonese #> 40 ane Xârâcùù #> 41 ang Old English #> 42 ann Obolo #> 43 anp Angika #> 44 apc Levantine Arabic #> 45 ar Arabic #> 46 ar-001 Modern Standard Arabic #> 47 arc Aramaic #> 48 arn Mapuche #> 49 aro Araona #> 50 arp Arapaho #> 51 arq Algerian Arabic #> 52 ars Najdi Arabic #> 53 arw Arawak #> 54 ary Moroccan Arabic #> 55 ary-arab Moroccan Arabic (Arabic script) #> 56 ary-latn Moroccan Arabic (Latin script) #> 57 arz Egyptian Arabic #> 58 as Assamese #> 59 asa Asu #> 60 ase American Sign Language #> 61 ast Asturian #> 62 atj Atikamekw #> 63 av Avaric #> 64 avk Kotava #> 65 awa Awadhi #> 66 ay Aymara #> 67 az Azerbaijani #> 68 az-cyrl Azerbaijani (Cyrillic script) #> 69 azb South Azerbaijani #> 70 ba Bashkir #> 71 bag Tuki #> 72 bal Baluchi #> 73 bal-latn Baluchi (Latin script) #> 74 ban Balinese #> 75 ban-bali Balinese (Balinese script) #> 76 bar Bavarian #> 77 bas Basaa #> 78 bat-smg Samogitian #> 79 bax Bamun #> 80 bbc Batak Toba #> 81 bbc-latn Batak Toba (Latin script) #> 82 bbj Ghomala #> 83 bcc Southern Balochi #> 84 bci Baoulé #> 85 bcl Central Bikol #> 86 bdr West Coast Bajau #> 87 be Belarusian #> 88 be-tarask Belarusian (Taraškievica orthography) #> 89 be-x-old Belarusian (Taraškievica orthography) #> 90 bej Beja #> 91 bem Bemba #> 92 bew Betawi #> 93 bez Bena #> 94 bfd Bafut #> 95 bfi British Sign Language #> 96 bfq Badaga #> 97 bft Balti #> 98 bft-tibt Balti (Tibetan script) #> 99 bfz Mahasu Pahari #> 100 bfz-deva Mahasu Pahari (Devanagari script) #> 101 bfz-takr Mahasu Pahari (Takri script) #> 102 bg Bulgarian #> 103 bgc Haryanvi #> 104 bgc-arab Haryanvi (Arabic script) #> 105 bgc-deva Haryanvi (Devanagari script) #> 106 bgn Western Balochi #> 107 bgp Eastern Balochi #> 108 bgq Bagri #> 109 bgq-arab Bagri (Arabic script) #> 110 bgq-deva Bagri (Devanagari script) #> 111 bh Bhojpuri #> 112 bha Bharia #> 113 bhd Bhadrawahi #> 114 bhd-deva Bhadrawahi (Devanagari script) #> 115 bhd-takr Bhadrawahi (Takri script) #> 116 bho Bhojpuri #> 117 bi Bislama #> 118 bik Bikol #> 119 bin Bini #> 120 bjn Banjar #> 121 bkc Baka #> 122 bkh Bakako #> 123 bkm Kom #> 124 bla Siksiká #> 125 blk Pa'O #> 126 blo Anii #> 127 blt Tai Dam #> 128 bm Bambara #> 129 bn Bangla #> 130 bnn Bunun #> 131 bo Tibetan #> 132 bpy Bishnupriya #> 133 bqi Bakhtiari #> 134 bqz Mka'a #> 135 br Breton #> 136 bra Braj #> 137 brh Brahui #> 138 brh-latn Brahui (Latin script) #> 139 brx Bodo #> 140 bs Bosnian #> 141 bse Wushi #> 142 bsk Burushaski #> 143 bss Akoose #> 144 btm Batak Mandailing #> 145 bto Iriga Bicolano #> 146 bua Buriat #> 147 bug Buginese #> 148 bum Bulu #> 149 bxr Russia Buriat #> 150 byn Blin #> 151 byv Medumba #> 152 bzs Brazilian Sign Language #> 153 ca Catalan #> 154 cad Caddo #> 155 cak Kaqchikel #> 156 cal Carolinian #> 157 car Carib #> 158 cay Cayuga #> 159 cbk-zam Chavacano #> 160 cch Atsam #> 161 ccp Chakma #> 162 ccp-beng Chakma (Bengali script) #> 163 cdo Mindong #> 164 cdo-hani Mindong (Han script) #> 165 cdo-hant Mindong (Traditional Han script) #> 166 cdo-latn Mindong (Latin script) #> 167 ce Chechen #> 168 ceb Cebuano #> 169 cgg Chiga #> 170 ch Chamorro #> 171 chb Chibcha #> 172 chg Chagatai #> 173 chk Chuukese #> 174 chm Mari #> 175 chn Chinook Jargon #> 176 cho Choctaw #> 177 chp Chipewyan #> 178 chr Cherokee #> 179 chy Cheyenne #> 180 cic Chickasaw #> 181 cja Western Cham #> 182 cja-arab Western Cham (Arabic script) #> 183 cja-cham Western Cham (Cham script) #> 184 cja-latn Western Cham (Latin script) #> 185 cjm Eastern Cham #> 186 cjm-arab Eastern Cham (Arabic script) #> 187 cjm-cham Eastern Cham (Cham script) #> 188 cjm-latn Eastern Cham (Latin script) #> 189 cjy Jin #> 190 cjy-hans Jin (Simplified Han script) #> 191 cjy-hant Jin (Traditional Han script) #> 192 ckb Central Kurdish #> 193 ckb-arab Central Kurdish (Arabic script) #> 194 ckb-latn Central Kurdish (Latin script) #> 195 ckt Chukchi #> 196 clc Chilcotin #> 197 cmg Classical Mongolian #> 198 cnh Hakha-Chin #> 199 cnr Montenegrin #> 200 cnx Middle Cornish #> 201 co Corsican #> 202 cop Coptic #> 203 cps Capiznon #> 204 cpx Pu–Xian Min #> 205 cpx-hans Pu–Xian Min (Simplified Han script) #> 206 cpx-hant Pu–Xian Min (Traditional Han script) #> 207 cpx-latn Pu–Xian Min (Latin script) #> 208 cr Cree #> 209 crb Island Carib #> 210 crg Michif #> 211 crh Crimean Tatar #> 212 crh-cyrl Crimean Tatar (Cyrillic script) #> 213 crh-latn Crimean Tatar (Latin script) #> 214 crh-ro Dobrujan Tatar #> 215 crj Southern East Cree #> 216 crk Plains Cree #> 217 crl Northern East Cree #> 218 crm Moose Cree #> 219 crr Carolina Algonquian #> 220 crs Seselwa Creole French #> 221 cs Czech #> 222 csb Kashubian #> 223 csw Swampy Cree #> 224 ctg Chittagonian #> 225 cu Church Slavic #> 226 cv Chuvash #> 227 cwd Woods Cree #> 228 cy Welsh #> 229 da Danish #> 230 dag Dagbani #> 231 dak Dakota #> 232 dar Dargwa #> 233 dav Taita #> 234 de German #> 235 de-1901 German (traditional orthography) #> 236 de-at Austrian German #> 237 de-ch Swiss High German #> 238 de-formal German (formal address) #> 239 del Delaware #> 240 den Slave #> 241 dga Dagaare #> 242 dgr Dogrib #> 243 din Dinka #> 244 diq Zazaki #> 245 dje Zarma #> 246 doi Dogri #> 247 doi-arab Dogri (Arabic script) #> 248 doi-deva Dogri (Devanagari script) #> 249 doi-dogr Dogri (Dogra script) #> 250 dru Rukai #> 251 dsb Lower Sorbian #> 252 dtp Central Dusun #> 253 dty Doteli #> 254 dua Duala #> 255 duf Dumbea #> 256 dum Middle Dutch #> 257 dv Divehi #> 258 dyo Jola-Fonyi #> 259 dyu Dyula #> 260 dz Dzongkha #> 261 dzg Dazaga #> 262 ebu Embu #> 263 ee Ewe #> 264 efi Efik #> 265 egl Emiliano-Romagnolo #> 266 egy Ancient Egyptian #> 267 eka Ekajuk #> 268 el Greek #> 269 el-cy Cypriot Greek #> 270 elx Elamite #> 271 eml Emiliano-Romagnolo #> 272 en English #> 273 en-au Australian English #> 274 en-ca Canadian English #> 275 en-gb British English #> 276 en-in Indian English #> 277 en-jm Jamaican English #> 278 en-nz New Zealand English #> 279 en-us American English #> 280 enm Middle English #> 281 eo Esperanto #> 282 eo-hsistemo Esperanto (h-system orthography) #> 283 eo-xsistemo Esperanto (x-system orthography) #> 284 es Spanish #> 285 es-419 Latin American Spanish #> 286 es-es European Spanish #> 287 es-formal Spanish (formal address) #> 288 es-mx Mexican Spanish #> 289 ess Central Siberian Yupik #> 290 esu Central Yupik #> 291 et Estonian #> 292 eto Eton #> 293 ett Etruscian #> 294 etu Ejagham #> 295 eu Basque #> 296 ewo Ewondo #> 297 ext Extremaduran #> 298 eya Eyak #> 299 fa Persian #> 300 fa-af Dari #> 301 fan Fang #> 302 fat Fanti #> 303 ff Fula #> 304 fi Finnish #> 305 fil Filipino #> 306 fit Tornedalen Finnish #> 307 fiu-vro Võro #> 308 fj Fijian #> 309 fkv Kvensk #> 310 fmp Fe'Fe' #> 311 fo Faroese #> 312 fon Fon #> 313 fos Siraya #> 314 fr French #> 315 fr-ca Canadian French #> 316 fr-ch Swiss French #> 317 frc Cajun French #> 318 frk Frankish #> 319 frm Middle French #> 320 fro Old French #> 321 frp Arpitan #> 322 frr Northern Frisian #> 323 frs Eastern Frisian #> 324 fsl French Sign Language #> 325 fud Futunan #> 326 fuf Pular #> 327 fur Friulian #> 328 fy Western Frisian #> 329 ga Irish #> 330 gaa Ga #> 331 gag Gagauz #> 332 gan Gan #> 333 gan-hans Gan (Simplified Han script) #> 334 gan-hant Gan (Traditional Han script) #> 335 gay Gayo #> 336 gba Gbaya #> 337 gbk Gaddi #> 338 gbk-deva Gaddi (Devanagari script) #> 339 gbk-takr Gaddi (Takri script) #> 340 gbz Zoroastrian Dari #> 341 gcf Guadeloupean Creole #> 342 gcr Guianan Creole #> 343 gd Scottish Gaelic #> 344 gez Geez #> 345 gil Gilbertese #> 346 gju Gujari #> 347 gju-arab Gujari (Arabic script) #> 348 gju-deva Gujari (Devanagari script) #> 349 gl Galician #> 350 gld Nanai #> 351 glk Gilaki #> 352 gmh Middle High German #> 353 gml Middle Low German #> 354 gmy Mycenaean Greek #> 355 gn Guarani #> 356 goh Old High German #> 357 gom Goan Konkani #> 358 gom-deva Goan Konkani (Devanagari script) #> 359 gom-latn Goan Konkani (Latin script) #> 360 gon Gondi #> 361 gor Gorontalo #> 362 got Gothic #> 363 gpe Ghanaian Pidgin #> 364 grb Grebo #> 365 grc Ancient Greek #> 366 gsg German Sign Language #> 367 gsw Alemannic #> 368 gsw-fr Alsatian #> 369 gu Gujarati #> 370 guc Wayuu #> 371 gur Frafra #> 372 guw Gun #> 373 guz Gusii #> 374 gv Manx #> 375 gwi Gwichʼin #> 376 gya Gbaya #> 377 ha Hausa #> 378 ha-arab Hausa (Arabic script) #> 379 ha-ne Hausa (Niger) #> 380 hac Gurani #> 381 hai Haida #> 382 hak Hakka Chinese #> 383 hak-hans Hakka (Simplified Han script) #> 384 hak-hant Hakka (Traditional Han script) #> 385 hak-latn Hak-kâ-ngî (Pha̍k-fa-sṳ) #> 386 hav Havu #> 387 haw Hawaiian #> 388 hax Southern Haida #> 389 haz Hazaragi #> 390 hbo Biblical Hebrew #> 391 hdn Northern Haida #> 392 he Hebrew #> 393 hi Hindi #> 394 hi-kthi Hindi (Kaithi script) #> 395 hi-latn Hindi (Latin) #> 396 hif Fiji Hindi #> 397 hif-latn Fiji Hindi (Latin script) #> 398 hil Hiligaynon #> 399 hit Hittite #> 400 hit-latn Hittite (Latin script) #> 401 hit-xsux Hittite (Cuneiform script) #> 402 hmn Hmong #> 403 hnj Hmong Njua #> 404 hno Northern Hindko #> 405 ho Hiri Motu #> 406 hoc Ho #> 407 hr Croatian #> 408 hrx Hunsrik #> 409 hsb Upper Sorbian #> 410 hsn Xiang #> 411 hsn-hans Xiang (Simplified Han script) #> 412 hsn-hant Xiang (Traditional Han script) #> 413 ht Haitian Creole #> 414 hts Hadza #> 415 hu Hungarian #> 416 hu-formal Hungarian (formal address) #> 417 hup Hupa #> 418 hur Halkomelem #> 419 hy Armenian #> 420 hyw Western Armenian #> 421 hz Herero #> 422 ia Interlingua #> 423 iba Iban #> 424 ibb Ibibio #> 425 id Indonesian #> 426 ie Interlingue #> 427 ig Igbo #> 428 igl Igala #> 429 ii Sichuan Yi #> 430 ik Inupiaq #> 431 ike Eastern Canadian Inuktitut #> 432 ike-cans Eastern Canadian (Aboriginal syllabics) #> 433 ike-latn Eastern Canadian (Latin script) #> 434 ikt Western Canadian Inuktitut #> 435 ilo Iloko #> 436 inh Ingush #> 437 io Ido #> 438 is Icelandic #> 439 isu Isu #> 440 isv-latn Interslavic (Latin script) #> 441 it Italian #> 442 iu Inuktitut #> 443 izh Ingrian #> 444 ja Japanese #> 445 ja-hani Japanese (Kanji script) #> 446 ja-hira Japanese (Hiragana script) #> 447 ja-hrkt Japanese (Kana script) #> 448 ja-kana Japanese (Katakana script) #> 449 jam Jamaican Creole English #> 450 jbo Lojban #> 451 jgo Ngomba #> 452 jmc Machame #> 453 jpr Judeo-Persian #> 454 jrb Judeo-Arabic #> 455 jut Jutish #> 456 jv Javanese #> 457 ka Georgian #> 458 kaa Kara-Kalpak #> 459 kab Kabyle #> 460 kac Kachin #> 461 kai Karekare #> 462 kaj Jju #> 463 kam Kamba #> 464 kaw Kawi #> 465 kbd Kabardian #> 466 kbd-cyrl Kabardian (Cyrillic script) #> 467 kbl Kanembu #> 468 kbp Kabiye #> 469 kcg Tyap #> 470 kde Makonde #> 471 kea Kabuverdianu #> 472 ken Kenyang #> 473 ker Kera #> 474 kfo Koro #> 475 kfr Kutchi #> 476 kg Kongo #> 477 kge Komering #> 478 kgp Kaingang #> 479 kha Khasi #> 480 kho Khotanese #> 481 khq Koyra Chiini #> 482 khw Khowar #> 483 ki Kikuyu #> 484 kiu Kirmanjki #> 485 kj Kuanyama #> 486 kjh Khakas #> 487 kjp Eastern Pwo #> 488 kk Kazakh #> 489 kk-arab Kazakh (Arabic script) #> 490 kk-cn Kazakh (China) #> 491 kk-cyrl Kazakh (Cyrillic script) #> 492 kk-kz Kazakh (Kazakhstan) #> 493 kk-latn Kazakh (Latin script) #> 494 kk-tr Kazakh (Turkey) #> 495 kkj Kako #> 496 kl Kalaallisut #> 497 kld Gamilaraay #> 498 kln Kalenjin #> 499 kls Kalasha #> 500 kls-arab Kalasha (Arabic script) #> 501 kls-latn Kalasha (Latin script) #> 502 km Khmer #> 503 kmb Kimbundu #> 504 kmr Northern Kurdish #> 505 kmr-arab Northern Kurdish (Arabic script) #> 506 kmr-latn Northern Kurdish (Latin script) #> 507 kmz Khorasani Turkic #> 508 kn Kannada #> 509 knn Maharashtrian Konkani #> 510 ko Korean #> 511 ko-hani Korean (Hanja script) #> 512 ko-kore Korean (mixed script) #> 513 ko-kp Korean (North Korea) #> 514 koi Komi-Permyak #> 515 kok Konkani #> 516 kos Kosraean #> 517 koy Koyukon #> 518 kpe Kpelle #> 519 kr Kanuri #> 520 krc Karachay-Balkar #> 521 kri Krio #> 522 krj Kinaray-a #> 523 krl Karelian #> 524 kru Kurukh #> 525 ks Kashmiri #> 526 ks-arab Kashmiri (Arabic script) #> 527 ks-deva Kashmiri (Devanagari script) #> 528 ksb Shambala #> 529 ksf Bafia #> 530 ksh Colognian #> 531 ksw S'gaw Karen #> 532 ku Kurdish #> 533 ku-arab Kurdish (Arabic script) #> 534 ku-latn Kurdish (Latin script) #> 535 kum Kumyk #> 536 kus Kʋsaal #> 537 kut Kutenai #> 538 kv Komi #> 539 kw Cornish #> 540 kwk Kwakʼwala #> 541 kxv Kuvi #> 542 ky Kyrgyz #> 543 la Latin #> 544 lad Ladino #> 545 lad-hebr Ladino (Hebrew script) #> 546 lag Langi #> 547 lah Western Panjabi #> 548 lam Lamba #> 549 lb Luxembourgish #> 550 lbe Lak #> 551 lcm Tungag #> 552 ldn Láadan #> 553 lem Nomaande #> 554 lez Lezghian #> 555 lfn Lingua Franca Nova #> 556 lg Ganda #> 557 li Limburgish #> 558 lij Ligurian #> 559 lij-mc Monégasque #> 560 lil Lillooet #> 561 liv Livonian #> 562 lki Laki #> 563 lkt Lakota #> 564 lld Ladin #> 565 lmo Lombard #> 566 ln Lingala #> 567 lns Lamnso' #> 568 lo Lao #> 569 lol Mongo #> 570 lou Louisiana Creole #> 571 loz Lozi #> 572 lrc Northern Luri #> 573 lsm Saamia #> 574 lt Lithuanian #> 575 ltg Latgalian #> 576 lu Luba-Katanga #> 577 lua Luba-Lulua #> 578 lui Luiseno #> 579 lun Lunda #> 580 luo Luo #> 581 lus Mizo #> 582 luy Luyia #> 583 luz Southern Luri #> 584 lv Latvian #> 585 lzh Literary Chinese #> 586 lzz Laz #> 587 mad Madurese #> 588 maf Mafa #> 589 mag Magahi #> 590 mai Maithili #> 591 mak Makasar #> 592 man Mandingo #> 593 map-bms Basa Banyumasan #> 594 mas Masai #> 595 mcn Massa #> 596 mcp Maka #> 597 mde Maba #> 598 mdf Moksha #> 599 mdr Mandar #> 600 men Mende #> 601 mer Meru #> 602 mfa Kelantan-Pattani Malay #> 603 mfe Morisyen #> 604 mg Malagasy #> 605 mga Middle Irish #> 606 mgh Makhuwa-Meetto #> 607 mgo Metaʼ #> 608 mh Marshallese #> 609 mhk Mungaka #> 610 mhr Eastern Mari #> 611 mi Māori #> 612 mic Mi'kmaw #> 613 mid Mandaic #> 614 min Minangkabau #> 615 mis unsupported language #> 616 mix Mixtec #> 617 mk Macedonian #> 618 ml Malayalam #> 619 mn Mongolian #> 620 mn-mong Mongolian (Mongolian script) #> 621 mnc Manchu #> 622 mnc-latn Manchu (Latin script) #> 623 mnc-mong Manchu (Mongolian script) #> 624 mni Manipuri #> 625 mnw Mon #> 626 mo Moldovan #> 627 moe Innu-aimun #> 628 moh Mohawk #> 629 mos Mossi #> 630 mr Marathi #> 631 mrh Mara #> 632 mrj Western Mari #> 633 ms Malay #> 634 ms-arab Malay (Jawi script) #> 635 msi Sabah Malay #> 636 mt Maltese #> 637 mua Mundang #> 638 mui Musi #> 639 mul multiple languages #> 640 mus Muscogee #> 641 mvf Peripheral Mongolian #> 642 mvi Miyako #> 643 mvi-hira Miyako (Hiragana script) #> 644 mwl Mirandese #> 645 mwr Marwari #> 646 mwv Mentawai #> 647 my Burmese #> 648 mye Myene #> 649 myv Erzya #> 650 mzn Mazanderani #> 651 na Nauru #> 652 nah Nāhuatl #> 653 nan Minnan #> 654 nan-hani Minnan (Han script) #> 655 nan-hant Minnan (Traditional Han script) #> 656 nan-latn-pehoeji Minnan (Pe̍h-ōe-jī) #> 657 nan-latn-tailo Minnan (Tâi-lô) #> 658 nap Neapolitan #> 659 naq Nama #> 660 nb Norwegian Bokmål #> 661 nd North Ndebele #> 662 nds Low German #> 663 nds-nl Low Saxon #> 664 ne Nepali #> 665 new Newari #> 666 ng Ndonga #> 667 nge Ngémba #> 668 nia Nias #> 669 nit కొలామి #> 670 niu Niuean #> 671 njo Ao Naga #> 672 nl Dutch #> 673 nl-be Flemish #> 674 nl-informal Dutch (informal address) #> 675 nla Ngombala #> 676 nmg Kwasio #> 677 nmz Nawdm #> 678 nn Norwegian Nynorsk #> 679 nn-hognorsk Norwegian Høgnorsk #> 680 nnh Ngiemboon #> 681 nnz Nda'Nda' #> 682 no Norwegian #> 683 nod Northern Thai #> 684 nog Nogai #> 685 non Old Norse #> 686 non-runr Old Norse (Runic script) #> 687 nov Novial #> 688 nqo N’Ko #> 689 nr South Ndebele #> 690 nrf-gg Guernésiais #> 691 nrf-je Jèrriais #> 692 nrm Norman #> 693 nsk Naskapi #> 694 nso Northern Sotho #> 695 nup Nupe #> 696 nus Nuer #> 697 nv Navajo #> 698 nwc Classical Newari #> 699 nxm Numidian #> 700 ny Nyanja #> 701 nym Nyamwezi #> 702 nyn Nyankole #> 703 nyo Nyoro #> 704 nys Nyungar #> 705 nzi Nzima #> 706 obt Old Breton #> 707 oc Occitan #> 708 oco Old Cornish #> 709 odt Old Dutch #> 710 ofs Old Frisian #> 711 oj Ojibwa #> 712 ojb Northwestern Ojibwa #> 713 ojc Central Ojibwa #> 714 ojg Eastern Ojibwa #> 715 ojp Old Japanese #> 716 ojp-hani Old Japanese (Kanji script) #> 717 ojp-hira Old Japanese (Hiragana script) #> 718 ojs Oji-Cree #> 719 ojw Western Ojibwa #> 720 oka Okanagan #> 721 olo Livvi-Karelian #> 722 om Oromo #> 723 oma Omaha-Ponca #> 724 ood O'odham #> 725 or Odia #> 726 os Ossetic #> 727 osa Osage #> 728 osa-latn Osage (Latin script) #> 729 osx Old Saxon #> 730 ota Ottoman Turkish #> 731 otk Old Turkish #> 732 owl Old Welsh #> 733 pa Punjabi #> 734 pag Pangasinan #> 735 pal Pahlavi #> 736 pal-phli Pahlavi (Inscriptional Pahlavi script) #> 737 pal-phlp Pahlavi (Psalter Pahlavi script) #> 738 pal-phlv Pahlavi (Book Pahlavi script) #> 739 pam Pampanga #> 740 pao Northern Paiute #> 741 pap Papiamento #> 742 pap-aw Papiamento (Aruba) #> 743 paq Parya #> 744 pau Palauan #> 745 pcd Picard #> 746 pcm Nigerian Pidgin #> 747 pdc Pennsylvania German #> 748 pdt Plautdietsch #> 749 peo Old Persian #> 750 pfl Palatine German #> 751 pgd Gāndhārī #> 752 pgd-arab Gāndhārī (Arabic script) #> 753 pgd-deva Gāndhārī (Devanagari script) #> 754 pgd-khar Gāndhārī (Kharoshthi script) #> 755 phl Palula #> 756 phn Phoenician #> 757 phn-latn Phoenician (Latin script) #> 758 phn-phnx Phoenician (Phoenician script) #> 759 pi Pali #> 760 pi-sidd Pali (Siddham script) #> 761 pih Norfuk / Pitkern #> 762 pis Pijin #> 763 pjt Pitjantjatjara #> 764 pks Pakistan Sign Language #> 765 pl Polish #> 766 pms Piedmontese #> 767 pnb Western Punjabi #> 768 pnt Pontic #> 769 pon Pohnpeian #> 770 ppu Papora-Hoanya #> 771 pqm Maliseet-Passamaquoddy #> 772 prg Prussian #> 773 pro Old Provençal #> 774 prs Dari #> 775 ps Pashto #> 776 ps-af Pashto (Afghanistan) #> 777 ps-pk Pashto (Pakistan) #> 778 psu Sauraseni Prākrit #> 779 psu-arab Sauraseni Prākrit (Arabic script) #> 780 psu-brah Sauraseni Prākrit (Brahmi script) #> 781 psu-deva Sauraseni Prākrit (Devanagari script) #> 782 psu-guru Sauraseni Prākrit (Gurmukhi script) #> 783 pt Portuguese #> 784 pt-ao1990 Portuguese (1990 Orthographic Agreement) #> 785 pt-br Brazilian Portuguese #> 786 pt-colb1945 Portuguese (1945 Orthographic Agreement) #> 787 pt-pt European Portuguese #> 788 pwn Paiwan #> 789 pyu Puyuma #> 790 qu Quechua #> 791 quc Kʼicheʼ #> 792 qug Chimborazo Highland Quichua #> 793 qxq Qashqai #> 794 qya Quenya #> 795 rah Rabha #> 796 raj Rajasthani #> 797 rap Rapanui #> 798 rar Rarotongan #> 799 rgn Romagnol #> 800 rhg Rohingya #> 801 rhg-arab Rohingya (Arabic script) #> 802 rhg-rohg Rohingya (Hanifi Rohingya script) #> 803 rif Riffian #> 804 rki Arakanese #> 805 rkt Rangpuri #> 806 rm Romansh #> 807 rm-puter Putèr #> 808 rm-rumgr Rumantsch Grischun #> 809 rm-surmiran Surmiran #> 810 rm-sursilv Sursilvan #> 811 rm-sutsilv Sutsilvan #> 812 rm-vallader Vallader #> 813 rmc Carpathian Romani #> 814 rmf Finnish Kalo #> 815 rmg Traveller Norwegian #> 816 rml Baltic Romani #> 817 rmn Balkan Romani #> 818 rmo Sinte Romani #> 819 rmw Welsh-Romani #> 820 rmy Vlax Romani #> 821 rn Rundi #> 822 ro Romanian #> 823 ro-md Moldavian #> 824 roa-rup Aromanian #> 825 roa-tara Tarantino #> 826 rof Rombo #> 827 rom Romany #> 828 rsk Pannonian Rusyn #> 829 rtm Rotuman #> 830 ru Russian #> 831 rue Rusyn #> 832 rug Roviana #> 833 ruo Istro Romanian #> 834 rup Aromanian #> 835 ruq Megleno-Romanian #> 836 ruq-cyrl Megleno-Romanian (Cyrillic script) #> 837 ruq-latn Megleno-Romanian (Latin script) #> 838 rut Rutul #> 839 rw Kinyarwanda #> 840 rwk Rwa #> 841 rwr Marwari (India) #> 842 rys Yaeyama #> 843 rys-hira Yaeyama (Hiragana script) #> 844 ryu Okinawan #> 845 ryu-hira Okinawan (Hiragana script) #> 846 sa Sanskrit #> 847 sa-sidd Sanskrit (Siddham script) #> 848 sad Sandawe #> 849 sah Yakut #> 850 sam Samaritan Aramaic #> 851 saq Samburu #> 852 sas Sasak #> 853 sat Santali #> 854 sat-beng Santali (Bengali script) #> 855 sat-latn Santali (Latin script) #> 856 sat-orya Santali (Oriya script) #> 857 saz Saurashtra #> 858 sba Ngambay #> 859 sbp Sangu #> 860 sc Sardinian #> 861 scl Shina #> 862 scn Sicilian #> 863 sco Scots #> 864 sd Sindhi #> 865 sd-deva Sindhi (Devanagari script) #> 866 sd-gujr Sindhi (Gujarati script) #> 867 sd-khoj Sindhi (Khojki script) #> 868 sd-sind Sindhi (Khudawadi script) #> 869 sdc Sassarese Sardinian #> 870 sdh Southern Kurdish #> 871 sdh-arab Southern Kurdish (Arabic script) #> 872 sdh-latn Southern Kurdish (Latin script) #> 873 se Northern Sami #> 874 se-fi Northern Sami (Finland) #> 875 se-no Northern Sami (Norway) #> 876 se-se Northern Sami (Sweden) #> 877 see Seneca #> 878 seh Sena #> 879 sei Seri #> 880 sel Selkup #> 881 ser Serrano #> 882 ses Koyraboro Senni #> 883 sg Sango #> 884 sga Old Irish #> 885 sgs Samogitian #> 886 sh Serbo-Croatian #> 887 sh-cyrl Serbo-Croatian (Cyrillic script) #> 888 sh-latn Serbo-Croatian (Latin script) #> 889 shd Kundal Shahi #> 890 shi Tachelhit #> 891 shi-latn Tachelhit (Latin script) #> 892 shi-tfng Tachelhit (Tifinagh script) #> 893 shn Shan #> 894 shu Chadian Arabic #> 895 shy Shawiya #> 896 shy-arab Shawiya (Arabic script) #> 897 shy-latn Shawiya (Latin script) #> 898 shy-tfng Shawiya (Tifinagh script) #> 899 si Sinhala #> 900 sia Akkala Sami #> 901 sid Sidamo #> 902 simple Simple English #> 903 sjd Kildin Sami #> 904 sje Pite Sami #> 905 sjk Kemi Sami #> 906 sjn Sindarin #> 907 sjt Ter Sami #> 908 sju Ume Sami #> 909 sk Slovak #> 910 skr Saraiki #> 911 skr-arab Saraiki (Arabic script) #> 912 sl Slovenian #> 913 slh Southern Lushootseed #> 914 sli Lower Silesian #> 915 sly Selayar #> 916 sm Samoan #> 917 sma Southern Sami #> 918 smj Lule Sami #> 919 smn Inari Sami #> 920 sms Skolt Sami #> 921 sn Shona #> 922 snk Soninke #> 923 so Somali #> 924 sog Sogdien #> 925 sq Albanian #> 926 sr Serbian #> 927 sr-cyrl Serbian (Cyrillic script) #> 928 sr-ec Serbian (Cyrillic script) #> 929 sr-el Serbian (Latin script) #> 930 sr-latn Serbian (Latin script) #> 931 sr-me Montenegrin #> 932 srn Sranan Tongo #> 933 sro Campidanese Sardinian #> 934 srq Sirionó #> 935 srr Serer #> 936 ss Swati #> 937 ssf Thao #> 938 ssy Saho #> 939 st Southern Sotho #> 940 sth Shelta #> 941 stq Saterland Frisian #> 942 str Straits Salish #> 943 sty Siberian Tatar #> 944 su Sundanese #> 945 suk Sukuma #> 946 sus Susu #> 947 sux Sumerian #> 948 sux-latn Sumerian (Latin script) #> 949 sux-xsux Sumerian (Cuneiform script) #> 950 sv Swedish #> 951 sw Swahili #> 952 sw-cd Congo Swahili #> 953 swb Comorian #> 954 sxu Upper Saxon #> 955 syc Classical Syriac #> 956 syl Sylheti #> 957 syl-beng Sylheti (Bengali script) #> 958 syr Syriac #> 959 szl Silesian #> 960 szy Sakizaya #> 961 ta Tamil #> 962 tay Tayal #> 963 tce Southern Tutchone #> 964 tcy Tulu #> 965 tdd Tai Nuea #> 966 te Telugu #> 967 tem Timne #> 968 teo Teso #> 969 ter Tereno #> 970 tet Tetum #> 971 tg Tajik #> 972 tg-cyrl Tajik (Cyrillic script) #> 973 tg-latn Tajik (Latin script) #> 974 tgx Tagish #> 975 th Thai #> 976 tht Tahltan #> 977 ti Tigrinya #> 978 tig Tigre #> 979 tiv Tiv #> 980 tji Northern Tujia #> 981 tk Turkmen #> 982 tkl Tokelau #> 983 tkr Tsakhur #> 984 tl Tagalog #> 985 tlb Tobelo #> 986 tlh Klingon #> 987 tlh-latn Klingon (Latin script) #> 988 tlh-piqd Klingon (Klingon script) #> 989 tli Tlingit #> 990 tly Talysh #> 991 tly-cyrl Talysh (Cyrillic script) #> 992 tmh Tamashek #> 993 tn Tswana #> 994 tnq Taíno #> 995 to Tongan #> 996 tog Nyasa Tonga #> 997 tok Toki Pona #> 998 tpi Tok Pisin #> 999 tr Turkish #> 1000 tru Turoyo #> 1001 trv Taroko #> 1002 trw Torwali #> 1003 ts Tsonga #> 1004 tsd Tsakonian #> 1005 tsi Tsimshian #> 1006 tt Tatar #> 1007 tt-cyrl Tatar (Cyrillic script) #> 1008 tt-latn Tatar (Latin script) #> 1009 ttj Tooro #> 1010 ttm Northern Tutchone #> 1011 ttt Muslim Tat #> 1012 tui Tupuri #> 1013 tum Tumbuka #> 1014 tvl Tuvalu #> 1015 tvu Tunen #> 1016 tw Twi #> 1017 twq Tasawaq #> 1018 txg Tangut #> 1019 ty Tahitian #> 1020 tyv Tuvinian #> 1021 tzl Talossan #> 1022 tzm Central Atlas Tamazight #> 1023 udm Udmurt #> 1024 ug Uyghur #> 1025 ug-arab Uyghur (Arabic script) #> 1026 ug-latn Uyghur (Latin script) #> 1027 uga Ugaritic #> 1028 uk Ukrainian #> 1029 umb Umbundu #> 1030 umu Munsee #> 1031 und undetermined language #> 1032 unr Mundari #> 1033 unr-deva Mundari (Devanagari script) #> 1034 unr-nagm Mundari (Nag Mundari script) #> 1035 ur Urdu #> 1036 uun Pazeh #> 1037 uz Uzbek #> 1038 uz-cyrl Uzbek (Cyrillic script) #> 1039 uz-latn Uzbek (Latin script) #> 1040 vai Vai #> 1041 ve Venda #> 1042 vec Venetian #> 1043 vep Veps #> 1044 vi Vietnamese #> 1045 vi-hani Vietnamese (Han script) #> 1046 vls West Flemish #> 1047 vmf Main-Franconian #> 1048 vmw Makhuwa #> 1049 vo Volapük #> 1050 vot Votic #> 1051 vro Võro #> 1052 vun Vunjo #> 1053 vut Vute #> 1054 wa Walloon #> 1055 wae Walser #> 1056 wal Wolaytta #> 1057 war Waray #> 1058 was Washo #> 1059 wbp Warlpiri #> 1060 wes Pidgin (Cameroon) #> 1061 wlm Middle Welsh #> 1062 wls Wallisian #> 1063 wo Wolof #> 1064 wsv Wotapuri-Katarqalai #> 1065 wuu Wu #> 1066 wuu-hans Wu (Simplified Han script) #> 1067 wuu-hant Wu (Traditional Han script) #> 1068 wya Wyandot #> 1069 xal Kalmyk #> 1070 xbm Middle Breton #> 1071 xh Xhosa #> 1072 xmf Mingrelian #> 1073 xno Anglo-Norman #> 1074 xnr Kangri #> 1075 xnr-deva Kangri (Devanagari script) #> 1076 xnr-takr Kangri (Takri script) #> 1077 xog Soga #> 1078 xpu Punic #> 1079 xsu Sanumá #> 1080 xsy Saisiyat #> 1081 yao Yao #> 1082 yap Yapese #> 1083 yas Nugunu #> 1084 yat Yambeta #> 1085 yav Yangben #> 1086 ybb Yemba #> 1087 yec Yeniche #> 1088 yi Yiddish #> 1089 ykg Tundra Yukaghir #> 1090 yo Yoruba #> 1091 yoi Yonaguni #> 1092 yoi-hira Yonaguni (Hiragana script) #> 1093 yox Yoron #> 1094 yox-hira Yoron (Hiragana script) #> 1095 yrl Nheengatu #> 1096 yue Cantonese #> 1097 yue-hans Cantonese (Simplified Han script) #> 1098 yue-hant Cantonese (Traditional Han script) #> 1099 za Zhuang #> 1100 zai Isthmus Zapotec #> 1101 zap Zapotec #> 1102 zbl Blissymbols #> 1103 zea Zeelandic #> 1104 zen Zenaga #> 1105 zgh Standard Moroccan Tamazight #> 1106 zgh-latn tamaziɣt tanawayt #> 1107 zh Chinese #> 1108 zh-classical Literary Chinese #> 1109 zh-cn Chinese (China) #> 1110 zh-hans Simplified Chinese #> 1111 zh-hant Traditional Chinese #> 1112 zh-hk Chinese (Hong Kong) #> 1113 zh-min-nan Minnan #> 1114 zh-mo Chinese (Macau) #> 1115 zh-my Chinese (Malaysia) #> 1116 zh-sg Chinese (Singapore) #> 1117 zh-tw Chinese (Taiwan) #> 1118 zh-yue Cantonese #> 1119 zpu Yalálag Zapotec #> 1120 zu Zulu #> 1121 zun Zuni #> 1122 zxx no linguistic content #> 1123 zza Zaza #> autonym #> 1 Qafár af #> 2 Arbërisht #> 3 аԥсшәа #> 4 #> 5 #> 6 #> 7 #> 8 bahasa ambon #> 9 Acèh #> 10 Kwéyòl Sent Lisi #> 11 #> 12 عراقي #> 13 #> 14 адыгабзэ #> 15 адыгабзэ #> 16 #> 17 تونسي / Tûnsî #> 18 تونسي #> 19 Tûnsî #> 20 #> 21 Afrikaans #> 22 #> 23 #> 24 #> 25 #> 26 #> 27 #> 28 #> 29 #> 30 #> 31 #> 32 #> 33 Gegë #> 34 #> 35 Alemannisch #> 36 алтай тил #> 37 አማርኛ #> 38 Pangcah #> 39 aragonés #> 40 #> 41 Ænglisc #> 42 Obolo #> 43 अंगिका #> 44 شامي #> 45 العربية #> 46 #> 47 ܐܪܡܝܐ #> 48 mapudungun #> 49 #> 50 #> 51 جازايرية #> 52 #> 53 #> 54 الدارجة #> 55 #> 56 #> 57 مصرى #> 58 অসমীয়া #> 59 #> 60 American sign language #> 61 asturianu #> 62 Atikamekw #> 63 авар #> 64 Kotava #> 65 अवधी #> 66 Aymar aru #> 67 azərbaycanca #> 68 #> 69 تۆرکجه #> 70 башҡортса #> 71 #> 72 #> 73 #> 74 Basa Bali #> 75 ᬩᬲᬩᬮᬶ #> 76 Boarisch #> 77 #> 78 žemaitėška #> 79 #> 80 Batak Toba #> 81 Batak Toba #> 82 #> 83 جهلسری بلوچی #> 84 wawle #> 85 Bikol Central #> 86 Bajau Sama #> 87 беларуская #> 88 беларуская (тарашкевіца) #> 89 беларуская (тарашкевіца) #> 90 #> 91 #> 92 Betawi #> 93 #> 94 #> 95 #> 96 #> 97 #> 98 #> 99 #> 100 #> 101 #> 102 български #> 103 #> 104 #> 105 #> 106 روچ کپتین بلوچی #> 107 #> 108 #> 109 #> 110 #> 111 भोजपुरी #> 112 #> 113 #> 114 #> 115 #> 116 भोजपुरी #> 117 Bislama #> 118 #> 119 #> 120 Banjar #> 121 #> 122 #> 123 #> 124 #> 125 ပအိုဝ်ႏဘာႏသာႏ #> 126 #> 127 #> 128 bamanankan #> 129 বাংলা #> 130 #> 131 བོད་ཡིག #> 132 বিষ্ণুপ্রিয়া মণিপুরী #> 133 بختیاری #> 134 #> 135 brezhoneg #> 136 #> 137 Bráhuí #> 138 #> 139 #> 140 bosanski #> 141 #> 142 #> 143 #> 144 Batak Mandailing #> 145 Iriga Bicolano #> 146 #> 147 Basa Ugi #> 148 #> 149 буряад #> 150 #> 151 #> 152 #> 153 català #> 154 #> 155 #> 156 #> 157 #> 158 #> 159 Chavacano de Zamboanga #> 160 #> 161 𑄌𑄋𑄴𑄟𑄳𑄦 #> 162 #> 163 閩東語 / Mìng-dĕ̤ng-ngṳ̄ #> 164 #> 165 #> 166 #> 167 нохчийн #> 168 Cebuano #> 169 #> 170 Chamoru #> 171 #> 172 #> 173 #> 174 #> 175 chinuk wawa #> 176 Chahta anumpa #> 177 #> 178 ᏣᎳᎩ #> 179 Tsetsêhestâhese #> 180 #> 181 #> 182 #> 183 #> 184 #> 185 #> 186 #> 187 #> 188 #> 189 #> 190 #> 191 #> 192 کوردی #> 193 #> 194 #> 195 #> 196 #> 197 #> 198 #> 199 #> 200 #> 201 corsu #> 202 #> 203 Capiceño #> 204 莆仙語 / Pó-sing-gṳ̂ #> 205 莆仙语(简体) #> 206 莆仙語(繁體) #> 207 Pó-sing-gṳ̂ (Báⁿ-uā-ci̍) #> 208 Nēhiyawēwin / ᓀᐦᐃᔭᐍᐏᐣ #> 209 #> 210 #> 211 qırımtatarca #> 212 къырымтатарджа (Кирилл) #> 213 qırımtatarca (Latin) #> 214 tatarşa #> 215 #> 216 #> 217 #> 218 #> 219 #> 220 #> 221 čeština #> 222 kaszëbsczi #> 223 #> 224 #> 225 словѣньскъ / ⰔⰎⰑⰂⰡⰐⰠⰔⰍⰟ #> 226 чӑвашла #> 227 #> 228 Cymraeg #> 229 dansk #> 230 dagbanli #> 231 #> 232 #> 233 #> 234 Deutsch #> 235 #> 236 Österreichisches Deutsch #> 237 Schweizer Hochdeutsch #> 238 Deutsch (Sie-Form) #> 239 #> 240 #> 241 Dagaare #> 242 #> 243 Thuɔŋjäŋ #> 244 Zazaki #> 245 #> 246 #> 247 #> 248 #> 249 #> 250 #> 251 dolnoserbski #> 252 Dusun Bundu-liwan #> 253 डोटेली #> 254 #> 255 #> 256 #> 257 ދިވެހިބަސް #> 258 #> 259 #> 260 ཇོང་ཁ #> 261 #> 262 #> 263 eʋegbe #> 264 Efịk #> 265 emiliàn e rumagnòl #> 266 #> 267 #> 268 Ελληνικά #> 269 #> 270 #> 271 emiliàn e rumagnòl #> 272 English #> 273 #> 274 Canadian English #> 275 British English #> 276 #> 277 #> 278 #> 279 #> 280 #> 281 Esperanto #> 282 #> 283 #> 284 español #> 285 español de América Latina #> 286 #> 287 español (formal) #> 288 #> 289 #> 290 #> 291 eesti #> 292 #> 293 #> 294 #> 295 euskara #> 296 #> 297 estremeñu #> 298 #> 299 فارسی #> 300 #> 301 #> 302 mfantse #> 303 Fulfulde #> 304 suomi #> 305 #> 306 meänkieli #> 307 võro #> 308 Na Vosa Vakaviti #> 309 #> 310 #> 311 føroyskt #> 312 fɔ̀ngbè #> 313 #> 314 français #> 315 #> 316 #> 317 français cadien #> 318 #> 319 #> 320 #> 321 arpetan #> 322 Nordfriisk #> 323 #> 324 #> 325 #> 326 #> 327 furlan #> 328 Frysk #> 329 Gaeilge #> 330 Ga #> 331 Gagauz #> 332 贛語 #> 333 赣语(简体) #> 334 贛語(繁體) #> 335 #> 336 #> 337 #> 338 #> 339 #> 340 #> 341 kréyòl Gwadloup #> 342 kriyòl gwiyannen #> 343 Gàidhlig #> 344 #> 345 #> 346 #> 347 #> 348 #> 349 galego #> 350 на̄ни #> 351 گیلکی #> 352 #> 353 #> 354 #> 355 Avañe'ẽ #> 356 #> 357 गोंयची कोंकणी / Gõychi Konknni #> 358 गोंयची कोंकणी #> 359 Gõychi Konknni #> 360 #> 361 Bahasa Hulontalo #> 362 𐌲𐌿𐍄𐌹𐍃𐌺 #> 363 Ghanaian Pidgin #> 364 #> 365 Ἀρχαία ἑλληνικὴ #> 366 #> 367 Alemannisch #> 368 #> 369 ગુજરાતી #> 370 wayuunaiki #> 371 farefare #> 372 gungbe #> 373 #> 374 Gaelg #> 375 #> 376 #> 377 Hausa #> 378 #> 379 #> 380 #> 381 #> 382 客家語 / Hak-kâ-ngî #> 383 客家语(简体) #> 384 客家語(繁體) #> 385 Hak-kâ-ngî (Pha̍k-fa-sṳ) #> 386 #> 387 Hawaiʻi #> 388 #> 389 #> 390 #> 391 #> 392 עברית #> 393 हिन्दी #> 394 #> 395 #> 396 Fiji Hindi #> 397 Fiji Hindi #> 398 Ilonggo #> 399 #> 400 #> 401 #> 402 #> 403 #> 404 ہندکو #> 405 Hiri Motu #> 406 #> 407 hrvatski #> 408 Hunsrik #> 409 hornjoserbsce #> 410 湘语 #> 411 #> 412 #> 413 Kreyòl ayisyen #> 414 #> 415 magyar #> 416 magyar (formal) #> 417 #> 418 #> 419 հայերեն #> 420 Արեւմտահայերէն #> 421 Otsiherero #> 422 interlingua #> 423 Jaku Iban #> 424 ibibio #> 425 Bahasa Indonesia #> 426 Interlingue #> 427 Igbo #> 428 Igala #> 429 ꆇꉙ #> 430 Iñupiatun #> 431 #> 432 ᐃᓄᒃᑎᑐᑦ #> 433 inuktitut #> 434 #> 435 Ilokano #> 436 гӀалгӀай #> 437 Ido #> 438 íslenska #> 439 #> 440 medžuslovjansky #> 441 italiano #> 442 ᐃᓄᒃᑎᑐᑦ / inuktitut #> 443 #> 444 日本語 #> 445 #> 446 #> 447 #> 448 #> 449 Patois #> 450 la .lojban. #> 451 #> 452 #> 453 #> 454 #> 455 jysk #> 456 Jawa #> 457 ქართული #> 458 Qaraqalpaqsha #> 459 Taqbaylit #> 460 #> 461 Karai-karai #> 462 #> 463 #> 464 #> 465 адыгэбзэ #> 466 адыгэбзэ #> 467 #> 468 Kabɩyɛ #> 469 Tyap #> 470 #> 471 kabuverdianu #> 472 #> 473 #> 474 #> 475 #> 476 Kongo #> 477 Basa Kumoring #> 478 #> 479 #> 480 #> 481 #> 482 کھوار #> 483 Gĩkũyũ #> 484 Kırmancki #> 485 Kwanyama #> 486 хакас #> 487 ဖၠုံလိက် #> 488 қазақша #> 489 قازاقشا (تٴوتە) #> 490 قازاقشا (جۇنگو) #> 491 қазақша (кирил) #> 492 қазақша (Қазақстан) #> 493 qazaqşa (latın) #> 494 qazaqşa (Türkïya) #> 495 #> 496 kalaallisut #> 497 #> 498 #> 499 #> 500 #> 501 #> 502 ភាសាខ្មែរ #> 503 #> 504 #> 505 #> 506 #> 507 #> 508 ಕನ್ನಡ #> 509 #> 510 한국어 #> 511 #> 512 #> 513 조선말 #> 514 перем коми #> 515 #> 516 #> 517 #> 518 #> 519 kanuri #> 520 къарачай-малкъар #> 521 Krio #> 522 Kinaray-a #> 523 karjal #> 524 #> 525 कॉशुर / کٲشُر #> 526 کٲشُر #> 527 कॉशुर #> 528 #> 529 #> 530 Ripoarisch #> 531 စှီၤ #> 532 kurdî #> 533 کوردی (عەرەبی) #> 534 kurdî (latînî) #> 535 къумукъ #> 536 Kʋsaal #> 537 #> 538 коми #> 539 kernowek #> 540 #> 541 #> 542 кыргызча #> 543 Latina #> 544 Ladino #> 545 #> 546 #> 547 #> 548 #> 549 Lëtzebuergesch #> 550 лакку #> 551 #> 552 #> 553 #> 554 лезги #> 555 Lingua Franca Nova #> 556 Luganda #> 557 Limburgs #> 558 Ligure #> 559 #> 560 #> 561 Līvõ kēļ #> 562 لەکی #> 563 #> 564 Ladin #> 565 lombard #> 566 lingála #> 567 #> 568 ລາວ #> 569 #> 570 #> 571 Silozi #> 572 لۊری شومالی #> 573 #> 574 lietuvių #> 575 latgaļu #> 576 #> 577 #> 578 #> 579 #> 580 #> 581 Mizo ţawng #> 582 #> 583 لئری دوٙمینی #> 584 latviešu #> 585 文言 #> 586 Lazuri #> 587 Madhurâ #> 588 #> 589 मगही #> 590 मैथिली #> 591 #> 592 #> 593 Basa Banyumasan #> 594 #> 595 #> 596 #> 597 #> 598 мокшень #> 599 #> 600 #> 601 #> 602 #> 603 #> 604 Malagasy #> 605 #> 606 #> 607 #> 608 Ebon #> 609 #> 610 олык марий #> 611 Māori #> 612 #> 613 #> 614 Minangkabau #> 615 #> 616 #> 617 македонски #> 618 മലയാളം #> 619 монгол #> 620 #> 621 ᠮᠠᠨᠵᡠ ᡤᡳᠰᡠᠨ #> 622 manju gisun #> 623 ᠮᠠᠨᠵᡠ ᡤᡳᠰᡠᠨ #> 624 ꯃꯤꯇꯩ ꯂꯣꯟ #> 625 ဘာသာမန် #> 626 молдовеняскэ #> 627 #> 628 #> 629 moore #> 630 मराठी #> 631 Mara #> 632 кырык мары #> 633 Bahasa Melayu #> 634 بهاس ملايو #> 635 #> 636 Malti #> 637 #> 638 Baso Palembang #> 639 #> 640 Mvskoke #> 641 #> 642 #> 643 #> 644 Mirandés #> 645 #> 646 #> 647 မြန်မာဘာသာ #> 648 #> 649 эрзянь #> 650 مازِرونی #> 651 Dorerin Naoero #> 652 Nāhuatl #> 653 閩南語 / Bân-lâm-gú #> 654 #> 655 閩南語(傳統漢字) #> 656 Bân-lâm-gú (Pe̍h-ōe-jī) #> 657 #> 658 Napulitano #> 659 #> 660 norsk bokmål #> 661 #> 662 Plattdüütsch #> 663 Nedersaksies #> 664 नेपाली #> 665 नेपाल भाषा #> 666 Oshiwambo #> 667 #> 668 Li Niha #> 669 కొలామి #> 670 Niuē #> 671 #> 672 Nederlands #> 673 #> 674 Nederlands (informeel) #> 675 #> 676 #> 677 nawdm #> 678 norsk nynorsk #> 679 #> 680 #> 681 #> 682 norsk #> 683 ᨣᩤᩴᨾᩮᩬᩥᨦ #> 684 ногайша #> 685 #> 686 #> 687 Novial #> 688 ߒߞߏ #> 689 #> 690 #> 691 #> 692 Nouormand #> 693 #> 694 Sesotho sa Leboa #> 695 Nupe #> 696 #> 697 Diné bizaad #> 698 #> 699 #> 700 Chi-Chewa #> 701 #> 702 runyankore #> 703 Orunyoro #> 704 Nyunga #> 705 #> 706 #> 707 occitan #> 708 #> 709 #> 710 #> 711 #> 712 Ojibwemowin #> 713 #> 714 #> 715 #> 716 #> 717 #> 718 #> 719 #> 720 #> 721 livvinkarjala #> 722 Oromoo #> 723 #> 724 #> 725 ଓଡ଼ିଆ #> 726 ирон #> 727 #> 728 #> 729 #> 730 #> 731 #> 732 #> 733 ਪੰਜਾਬੀ #> 734 Pangasinan #> 735 #> 736 #> 737 #> 738 #> 739 Kapampangan #> 740 #> 741 Papiamentu #> 742 #> 743 #> 744 #> 745 Picard #> 746 Naijá #> 747 Deitsch #> 748 Plautdietsch #> 749 #> 750 Pälzisch #> 751 #> 752 #> 753 #> 754 #> 755 #> 756 #> 757 #> 758 #> 759 पालि #> 760 #> 761 Norfuk / Pitkern #> 762 #> 763 #> 764 #> 765 polski #> 766 Piemontèis #> 767 پنجابی #> 768 Ποντιακά #> 769 #> 770 #> 771 #> 772 prūsiskan #> 773 #> 774 #> 775 پښتو #> 776 #> 777 #> 778 #> 779 #> 780 #> 781 #> 782 #> 783 português #> 784 #> 785 português do Brasil #> 786 #> 787 #> 788 pinayuanan #> 789 #> 790 Runa Simi #> 791 #> 792 Runa shimi #> 793 #> 794 #> 795 #> 796 #> 797 #> 798 #> 799 Rumagnôl #> 800 #> 801 #> 802 #> 803 Tarifit #> 804 ရခိုင် #> 805 #> 806 rumantsch #> 807 #> 808 #> 809 #> 810 #> 811 #> 812 #> 813 romaňi čhib #> 814 #> 815 #> 816 #> 817 #> 818 #> 819 #> 820 romani čhib #> 821 ikirundi #> 822 română #> 823 #> 824 armãneashti #> 825 tarandíne #> 826 #> 827 #> 828 руски #> 829 #> 830 русский #> 831 русиньскый #> 832 #> 833 #> 834 armãneashti #> 835 Vlăheşte #> 836 Влахесте #> 837 Vlăheşte #> 838 мыхаӀбишды #> 839 Ikinyarwanda #> 840 #> 841 #> 842 #> 843 #> 844 うちなーぐち #> 845 #> 846 संस्कृतम् #> 847 #> 848 #> 849 саха тыла #> 850 #> 851 #> 852 #> 853 ᱥᱟᱱᱛᱟᱲᱤ #> 854 #> 855 #> 856 #> 857 #> 858 #> 859 #> 860 sardu #> 861 #> 862 sicilianu #> 863 Scots #> 864 سنڌي #> 865 #> 866 #> 867 #> 868 #> 869 Sassaresu #> 870 کوردی خوارگ #> 871 #> 872 #> 873 davvisámegiella #> 874 davvisámegiella (Suoma bealde) #> 875 davvisámegiella (Norgga bealde) #> 876 davvisámegiella (Ruoŧa bealde) #> 877 #> 878 #> 879 Cmique Itom #> 880 #> 881 #> 882 Koyraboro Senni #> 883 Sängö #> 884 #> 885 žemaitėška #> 886 srpskohrvatski / српскохрватски #> 887 српскохрватски (ћирилица) #> 888 srpskohrvatski (latinica) #> 889 #> 890 Taclḥit #> 891 Taclḥit #> 892 ⵜⴰⵛⵍⵃⵉⵜ #> 893 ၽႃႇသႃႇတႆး #> 894 #> 895 tacawit #> 896 #> 897 tacawit #> 898 #> 899 සිංහල #> 900 #> 901 #> 902 Simple English #> 903 кӣллт са̄мь кӣлл #> 904 bidumsámegiella #> 905 #> 906 #> 907 #> 908 #> 909 slovenčina #> 910 سرائیکی #> 911 سرائیکی #> 912 slovenščina #> 913 #> 914 Schläsch #> 915 #> 916 Gagana Samoa #> 917 åarjelsaemien #> 918 #> 919 anarâškielâ #> 920 nuõrttsääʹmǩiõll #> 921 chiShona #> 922 #> 923 Soomaaliga #> 924 #> 925 shqip #> 926 српски / srpski #> 927 српски (ћирилица) #> 928 српски (ћирилица) #> 929 srpski (latinica) #> 930 srpski (latinica) #> 931 #> 932 Sranantongo #> 933 sardu campidanesu #> 934 #> 935 #> 936 SiSwati #> 937 #> 938 #> 939 Sesotho #> 940 #> 941 Seeltersk #> 942 #> 943 себертатар #> 944 Sunda #> 945 #> 946 #> 947 #> 948 #> 949 #> 950 svenska #> 951 Kiswahili #> 952 #> 953 #> 954 #> 955 #> 956 ꠍꠤꠟꠐꠤ #> 957 #> 958 #> 959 ślůnski #> 960 Sakizaya #> 961 தமிழ் #> 962 Tayal #> 963 #> 964 ತುಳು #> 965 ᥖᥭᥰ ᥖᥬᥲ ᥑᥨᥒᥰ #> 966 తెలుగు #> 967 #> 968 #> 969 #> 970 tetun #> 971 тоҷикӣ #> 972 тоҷикӣ #> 973 tojikī #> 974 #> 975 ไทย #> 976 #> 977 ትግርኛ #> 978 #> 979 #> 980 #> 981 Türkmençe #> 982 #> 983 #> 984 Tagalog #> 985 #> 986 #> 987 #> 988 #> 989 #> 990 tolışi #> 991 толыши #> 992 #> 993 Setswana #> 994 #> 995 lea faka-Tonga #> 996 #> 997 toki pona #> 998 Tok Pisin #> 999 Türkçe #> 1000 Ṫuroyo #> 1001 Seediq #> 1002 #> 1003 Xitsonga #> 1004 #> 1005 #> 1006 татарча / tatarça #> 1007 татарча #> 1008 tatarça #> 1009 Orutooro #> 1010 #> 1011 #> 1012 #> 1013 chiTumbuka #> 1014 #> 1015 #> 1016 Twi #> 1017 #> 1018 #> 1019 reo tahiti #> 1020 тыва дыл #> 1021 #> 1022 ⵜⴰⵎⴰⵣⵉⵖⵜ #> 1023 удмурт #> 1024 ئۇيغۇرچە / Uyghurche #> 1025 ئۇيغۇرچە #> 1026 Uyghurche #> 1027 #> 1028 українська #> 1029 #> 1030 #> 1031 #> 1032 #> 1033 #> 1034 #> 1035 اردو #> 1036 #> 1037 oʻzbekcha / ўзбекча #> 1038 ўзбекча #> 1039 oʻzbekcha #> 1040 #> 1041 Tshivenda #> 1042 vèneto #> 1043 vepsän kel’ #> 1044 Tiếng Việt #> 1045 #> 1046 West-Vlams #> 1047 Mainfränkisch #> 1048 emakhuwa #> 1049 Volapük #> 1050 Vaďďa #> 1051 võro #> 1052 #> 1053 #> 1054 walon #> 1055 #> 1056 wolaytta #> 1057 Winaray #> 1058 #> 1059 #> 1060 #> 1061 #> 1062 Fakaʻuvea #> 1063 Wolof #> 1064 #> 1065 吴语 #> 1066 吴语(简体) #> 1067 吳語(正體) #> 1068 #> 1069 хальмг #> 1070 #> 1071 isiXhosa #> 1072 მარგალური #> 1073 #> 1074 #> 1075 #> 1076 #> 1077 #> 1078 #> 1079 #> 1080 saisiyat #> 1081 #> 1082 #> 1083 #> 1084 #> 1085 #> 1086 #> 1087 #> 1088 ייִדיש #> 1089 #> 1090 Yorùbá #> 1091 #> 1092 #> 1093 #> 1094 #> 1095 Nhẽẽgatú #> 1096 粵語 #> 1097 粵语(简体) #> 1098 粵語(繁體) #> 1099 Vahcuengh #> 1100 #> 1101 #> 1102 #> 1103 Zeêuws #> 1104 #> 1105 ⵜⴰⵎⴰⵣⵉⵖⵜ ⵜⴰⵏⴰⵡⴰⵢⵜ #> 1106 tamaziɣt tanawayt #> 1107 中文 #> 1108 文言 #> 1109 中文(中国大陆) #> 1110 中文(简体) #> 1111 中文(繁體) #> 1112 中文(香港) #> 1113 閩南語 / Bân-lâm-gú #> 1114 中文(澳門) #> 1115 中文(马来西亚) #> 1116 中文(新加坡) #> 1117 中文(臺灣) #> 1118 粵語 #> 1119 #> 1120 isiZulu #> 1121 #> 1122 #> 1123"},{"path":"https://tomeriko96.github.io/polyglotr/reference/wmcloud_translate.html","id":null,"dir":"Reference","previous_headings":"","what":"Translate content using WMCloud — wmcloud_translate","title":"Translate content using WMCloud — wmcloud_translate","text":"function sends POST request WMCloud translation API specified parameters, parses JSON response, returns translated content.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/wmcloud_translate.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Translate content using WMCloud — wmcloud_translate","text":"","code":"wmcloud_translate( content, target_language = \"en\", source_language = \"en\", format = \"text\", model = \"nllb200-600M\" )"},{"path":"https://tomeriko96.github.io/polyglotr/reference/wmcloud_translate.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Translate content using WMCloud — wmcloud_translate","text":"content content translate. Can plain text, URL (webpage), JSON string, Markdown string. target_language target language translation (default \"en\"). source_language source language content (default \"en\"). format format content (\"json\", \"markdown\", \"text\", \"webpage\"). model model use translation (\"nllb200-600M\" currently known work).","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/wmcloud_translate.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Translate content using WMCloud — wmcloud_translate","text":"translated content.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/wmcloud_translate.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Translate content using WMCloud — wmcloud_translate","text":"","code":"if (FALSE) { # \\dontrun{ # Translate plain text wmcloud_translate(\"rijst\", target_language = \"es\", source_language = \"nl\", format = \"text\") # Translate a webpage wmcloud_translate(\"https://en.m.wikivoyage.org/wiki/Goes\", target_language = \"es\", source_language = \"en\", format = \"webpage\") # Translate JSON content wmcloud_translate('{ \"id\": 1, \"title\": \"Chicken Biryani\", \"description\": \"Chicken Biryani is a savory chicken and rice dish\", \"ingredients\": [ \"Vegetable oil\", \"Garlic\", \"Ginger\" ,\"Rice\"] } ', target_language = \"es\", source_language = \"en\", format = \"json\") # Translate Markdown content wmcloud_translate('# Heading This is a [link to Wikipedia](https://wikipedia.org) ', target_language = \"es\", source_language = \"en\", format = \"markdown\") } # }"},{"path":"https://tomeriko96.github.io/polyglotr/news/index.html","id":"polyglotr-152","dir":"Changelog","previous_headings":"","what":"polyglotr 1.5.2","title":"polyglotr 1.5.2","text":"Fixes encoding issue google_translate()","code":""},{"path":"https://tomeriko96.github.io/polyglotr/news/index.html","id":"polyglotr-151","dir":"Changelog","previous_headings":"","what":"polyglotr 1.5.1","title":"polyglotr 1.5.1","text":"CRAN release: 2024-07-27 Adds specialized function translate long text objects Adds translation models wmcloud","code":""},{"path":"https://tomeriko96.github.io/polyglotr/news/index.html","id":"polyglotr-150","dir":"Changelog","previous_headings":"","what":"polyglotr 1.5.0","title":"polyglotr 1.5.0","text":"CRAN release: 2024-05-03 Adds Pons dictionary method Adds FunTranslaion methods morse code","code":""},{"path":"https://tomeriko96.github.io/polyglotr/news/index.html","id":"polyglotr-140","dir":"Changelog","previous_headings":"","what":"polyglotr 1.4.0","title":"polyglotr 1.4.0","text":"CRAN release: 2024-02-12 Adds QCRI methods Adds Pons methods Adds Wikimedia Foundation methods Adds Google Transliteration methods","code":""},{"path":"https://tomeriko96.github.io/polyglotr/news/index.html","id":"polyglotr-131","dir":"Changelog","previous_headings":"","what":"polyglotr 1.3.1","title":"polyglotr 1.3.1","text":"CRAN release: 2024-01-09 fixes testing issue CRAN checks","code":""},{"path":"https://tomeriko96.github.io/polyglotr/news/index.html","id":"polyglotr-130","dir":"Changelog","previous_headings":"","what":"polyglotr 1.3.0","title":"polyglotr 1.3.0","text":"CRAN release: 2023-12-06 fixes bug concerning special characters google_translate() adds function retrieve supported languages Google Translate adds function validate language codes adds package dataset supported languages Google Translate","code":""},{"path":"https://tomeriko96.github.io/polyglotr/news/index.html","id":"polyglotr-122","dir":"Changelog","previous_headings":"","what":"polyglotr 1.2.2","title":"polyglotr 1.2.2","text":"CRAN release: 2023-10-30 add batch_translate","code":""},{"path":"https://tomeriko96.github.io/polyglotr/news/index.html","id":"polyglotr-121","dir":"Changelog","previous_headings":"","what":"polyglotr 1.2.1","title":"polyglotr 1.2.1","text":"CRAN release: 2023-08-08","code":""},{"path":"https://tomeriko96.github.io/polyglotr/news/index.html","id":"polyglotr-120","dir":"Changelog","previous_headings":"","what":"polyglotr 1.2.0","title":"polyglotr 1.2.0","text":"CRAN release: 2023-07-17 Fixes vectorization issue google_translate() language_detect() function return input language. google_translate_file() function translate entire file. Added vignettes. Added NEWS.md file track changes package.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/news/index.html","id":"polyglotr-110","dir":"Changelog","previous_headings":"","what":"polyglotr 1.1.0","title":"polyglotr 1.1.0","text":"CRAN release: 2023-06-17 Published CRAN","code":""}] +[{"path":"https://tomeriko96.github.io/polyglotr/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"MIT License","title":"MIT License","text":"Copyright (c) 2022 polyglotr authors Permission hereby granted, free charge, person obtaining copy software associated documentation files (“Software”), deal Software without restriction, including without limitation rights use, copy, modify, merge, publish, distribute, sublicense, /sell copies Software, permit persons Software furnished , subject following conditions: copyright notice permission notice shall included copies substantial portions Software. SOFTWARE PROVIDED “”, WITHOUT WARRANTY KIND, EXPRESS IMPLIED, INCLUDING LIMITED WARRANTIES MERCHANTABILITY, FITNESS PARTICULAR PURPOSE NONINFRINGEMENT. EVENT SHALL AUTHORS COPYRIGHT HOLDERS LIABLE CLAIM, DAMAGES LIABILITY, WHETHER ACTION CONTRACT, TORT OTHERWISE, ARISING , CONNECTION SOFTWARE USE DEALINGS SOFTWARE.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/articles/Linguee.html","id":"introduction","dir":"Articles","previous_headings":"","what":"Introduction","title":"Introduction to Linguee API","text":"polyglotr package provides convenient functions access Linguee API retrieve translations, examples, external sources. vignette demonstrates usage three key functions: linguee_external_sources(), linguee_translation_examples(), linguee_word_translation().","code":"library(polyglotr)"},{"path":"https://tomeriko96.github.io/polyglotr/articles/Linguee.html","id":"external-sources","dir":"Articles","previous_headings":"Introduction","what":"External Sources","title":"Introduction to Linguee API","text":"linguee_external_sources() function retrieves external sources using Linguee Translation API. ’s example usage:","code":"external_sources <- linguee_external_sources(\"hello\", src = \"en\", dst = \"de\") print(external_sources)"},{"path":"https://tomeriko96.github.io/polyglotr/articles/Linguee.html","id":"translation-examples","dir":"Articles","previous_headings":"Introduction","what":"Translation Examples","title":"Introduction to Linguee API","text":"linguee_translation_examples() function provides translation examples using Linguee Translation API. ’s example usage:","code":"translation_examples <- linguee_translation_examples(\"hello\", src = \"en\", dst = \"de\") print(translation_examples)"},{"path":"https://tomeriko96.github.io/polyglotr/articles/Linguee.html","id":"word-translation","dir":"Articles","previous_headings":"Introduction","what":"Word Translation","title":"Introduction to Linguee API","text":"linguee_word_translation() function translates word using Linguee Translation API. ’s example usage:","code":"word_translation <- linguee_word_translation(\"hello\", source_language = \"en\", target_language = \"de\") print(word_translation)"},{"path":"https://tomeriko96.github.io/polyglotr/articles/Movie_Reviews.html","id":"introduction","dir":"Articles","previous_headings":"","what":"Introduction","title":"Translation of Movie Reviews","text":"vignette, demonstrate use polyglotr package combination packages like text2vec, purrr, dplyr translate movie reviews French.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/articles/Movie_Reviews.html","id":"installation","dir":"Articles","previous_headings":"","what":"Installation","title":"Translation of Movie Reviews","text":"get started, need install required packages. haven’t installed Polyglotr package dependencies, can use following code install :","code":"library(polyglotr) library(purrr) library(dplyr) library(text2vec)"},{"path":"https://tomeriko96.github.io/polyglotr/articles/Movie_Reviews.html","id":"translating-movie-reviews","dir":"Articles","previous_headings":"","what":"Translating Movie Reviews","title":"Translation of Movie Reviews","text":"demonstrate translation movie reviews, use movie_review dataset text2vec package. code , load necessary packages create subset movie_review dataset first 10 rows, used translation. Now, let’s translate review column French using polyglotr package: code snippet , utilize mutate function dplyr conjunction purrr::map_chr apply google_translate function package element review column. translated reviews stored new column named “french_review”.","code":"df <- head(movie_review, 10) glimpse(df) ## show reviews df$review # Translate the review column to French translated_reviews <- df %>% dplyr::mutate(french_review = purrr::map_chr(review, ~ google_translate(.x, target_language = \"fr\", source_language = \"en\")))"},{"path":"https://tomeriko96.github.io/polyglotr/articles/Movie_Reviews.html","id":"results","dir":"Articles","previous_headings":"","what":"Results","title":"Translation of Movie Reviews","text":"Let’s examine translated movie reviews: output display first rows translated movie reviews, including original review column corresponding French translation “french_review” column.","code":"glimpse(translated_reviews) translated_reviews$french_review"},{"path":"https://tomeriko96.github.io/polyglotr/articles/polyglotr.html","id":"introduction","dir":"Articles","previous_headings":"","what":"Introduction","title":"Introduction to polyglotr","text":"polyglotr package language translation tool R programming language. provides convenient functions translate text using different (free) translation services. vignette guide usage package demonstrate translate text files various languages.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/articles/polyglotr.html","id":"installation","dir":"Articles","previous_headings":"","what":"Installation","title":"Introduction to polyglotr","text":"can install polyglotr package CRAN using following command:","code":"library(polyglotr)"},{"path":[]},{"path":"https://tomeriko96.github.io/polyglotr/articles/polyglotr.html","id":"translating-text","dir":"Articles","previous_headings":"Basic usage","what":"Translating Text","title":"Introduction to polyglotr","text":"translate text using polyglotr package, can use mymemory_translate google_translate functions. ’s example translate simple phrase:","code":"text <- \"Hello, how are you?\" # Translate using MyMemory Translation API translation_mymemory <- mymemory_translate(text, target_language = \"fr\", source_language = \"en\") # Translate using Google Translate translation_google <- google_translate(text, target_language = \"fr\", source_language = \"en\") cat(translation_mymemory) cat(translation_google)"},{"path":"https://tomeriko96.github.io/polyglotr/articles/polyglotr.html","id":"translating-files","dir":"Articles","previous_headings":"Basic usage","what":"Translating Files","title":"Introduction to polyglotr","text":"package also provides function, translate_file, translate content file. ’s example: example, content file “file.txt” translated English French using Google Translate. translated content replaces original content overwrite parameter set TRUE. Otherwise, new file translated content created.","code":"# Translate the content of a file using Google Translate # translate_file(\"path/to/file.txt\", target_language = \"fr\", source_language = \"en\", overwrite = TRUE)"},{"path":"https://tomeriko96.github.io/polyglotr/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"Tomer Iwan. Author, maintainer, copyright holder.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Iwan T (2024). polyglotr: Translate Text. R package version 1.5.2, https://tomeriko96.github.io/polyglotr/, https://github.com/Tomeriko96/polyglotr/.","code":"@Manual{, title = {polyglotr: Translate Text}, author = {Tomer Iwan}, year = {2024}, note = {R package version 1.5.2, https://tomeriko96.github.io/polyglotr/}, url = {https://github.com/Tomeriko96/polyglotr/}, }"},{"path":"https://tomeriko96.github.io/polyglotr/index.html","id":"polyglotr-","dir":"","previous_headings":"","what":"Translate Text","title":"Translate Text","text":"R package translate text.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/index.html","id":"overview","dir":"","previous_headings":"","what":"Overview","title":"Translate Text","text":"polyglotr package language translation tool R programming language. provides convenient functions translate text using different (free) translation services. vignette guide usage package demonstrate translate text files various languages. Currently, package functions communicate following services: Google Translate API Mymemory API Linguee API Pons API QCRI API Wikimedia Translation API","code":""},{"path":"https://tomeriko96.github.io/polyglotr/index.html","id":"features","dir":"","previous_headings":"","what":"Features","title":"Translate Text","text":"see functions available, please refer reference page polyglotr package. reference page provides comprehensive list functions available package, organized category. Additionally, package includes vignettes provide detailed information use functions package.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"Translate Text","text":"install package: ```{r} # easiest way get polyglotr CRAN install.packages(“polyglotr”)","code":""},{"path":[]},{"path":"https://tomeriko96.github.io/polyglotr/index.html","id":"installpackagesremotes","dir":"","previous_headings":"","what":"install.packages(“remotes”)","title":"Translate Text","text":"remotes::install_github(“Tomeriko96/polyglotr”)","code":"# Usage To demonstrate the usage of the `polyglotr` package, let's consider an example where we translate a list of texts into multiple languages using the `create_translation_table` function. ```{r} texts <- c(\"Hello, how are you?\", \"I love programming!\", \"This is a test.\") languages <- c(\"es\", \"fr\", \"de\") create_translation_table(texts, languages) #> Original_word es #> 1 Hello, how are you? ¿Hola, cómo estás? #> 2 I love programming! ¡Me encanta programar! #> 3 This is a test. Esto es una prueba. #> fr de #> 1 Bonjour comment allez-vous? Hallo, wie geht's dir? #> 2 J'adore programmer ! Ich liebe Programmieren! #> 3 C'est un test. Das ist ein Test."},{"path":"https://tomeriko96.github.io/polyglotr/reference/batch_translate.html","id":null,"dir":"Reference","previous_headings":"","what":"Batch Translation Function — batch_translate","title":"Batch Translation Function — batch_translate","text":"function translates file target language using polyglotr package's translate_file function, saves translated files.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/batch_translate.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Batch Translation Function — batch_translate","text":"","code":"batch_translate(input_file, source_language, target_languages)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/batch_translate.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Batch Translation Function — batch_translate","text":"input_file character string indicating path input file. source_language character string indicating source language. target_languages character vector indicating target languages.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/batch_translate.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Batch Translation Function — batch_translate","text":"Nothing returned.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/batch_translate.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Batch Translation Function — batch_translate","text":"","code":"if (FALSE) { # \\dontrun{ batch_translate(\"README.md\", \"nl\", c(\"fr\", \"es\", \"de\")) } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/create_translation_table.html","id":null,"dir":"Reference","previous_headings":"","what":"Create a Translation Table — create_translation_table","title":"Create a Translation Table — create_translation_table","text":"function generates translation table translating list words multiple languages.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/create_translation_table.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Create a Translation Table — create_translation_table","text":"","code":"create_translation_table(words, languages)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/create_translation_table.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Create a Translation Table — create_translation_table","text":"words character vector containing words translated. languages character vector specifying target languages translation.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/create_translation_table.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Create a Translation Table — create_translation_table","text":"data frame representing translation table original words translations language.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/create_translation_table.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Create a Translation Table — create_translation_table","text":"","code":"if (FALSE) { # \\dontrun{ words <- c(\"Hello\", \"Translate\", \"Table\", \"Script\") languages <- c(\"es\", \"fr\", \"de\", \"nl\") translations <- create_translation_table(words, languages) print(translations) } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/create_transliteration_table.html","id":null,"dir":"Reference","previous_headings":"","what":"Create a Transliteration Table — create_transliteration_table","title":"Create a Transliteration Table — create_transliteration_table","text":"function generates transliteration table transliterating list words multiple languages.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/create_transliteration_table.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Create a Transliteration Table — create_transliteration_table","text":"","code":"create_transliteration_table(words, languages)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/create_transliteration_table.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Create a Transliteration Table — create_transliteration_table","text":"words character vector containing words transliterated. languages character vector specifying target languages transliteration.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/create_transliteration_table.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Create a Transliteration Table — create_transliteration_table","text":"data frame representing transliteration table original words transliterations language.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/create_transliteration_table.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Create a Transliteration Table — create_transliteration_table","text":"","code":"if (FALSE) { # \\dontrun{ words <- c(\"Hello world\", \"Goodbye\", \"Thank you\", \"Please\") languages <- c(\"ar\", \"he\", \"el\", \"ru\", \"fa\") transliterations <- create_transliteration_table(words, languages) print(transliterations) } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_get_supported_languages.html","id":null,"dir":"Reference","previous_headings":"","what":"Get Supported Languages — google_get_supported_languages","title":"Get Supported Languages — google_get_supported_languages","text":"function fetches supported languages Google Cloud Translate documentation page.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_get_supported_languages.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Get Supported Languages — google_get_supported_languages","text":"","code":"google_get_supported_languages()"},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_get_supported_languages.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Get Supported Languages — google_get_supported_languages","text":"data frame containing supported languages corresponding ISO 639-1 codes.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_is_valid_language_code.html","id":null,"dir":"Reference","previous_headings":"","what":"Check if a language code is valid — google_is_valid_language_code","title":"Check if a language code is valid — google_is_valid_language_code","text":"function checks given language code google_supported_languages dataset.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_is_valid_language_code.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Check if a language code is valid — google_is_valid_language_code","text":"","code":"google_is_valid_language_code(language_code)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_is_valid_language_code.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Check if a language code is valid — google_is_valid_language_code","text":"language_code language code check.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_is_valid_language_code.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Check if a language code is valid — google_is_valid_language_code","text":"logical value indicating language code valid.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_is_valid_language_code.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Check if a language code is valid — google_is_valid_language_code","text":"","code":"if (FALSE) { # \\dontrun{ google_is_valid_language_code(\"en\") # TRUE google_is_valid_language_code(\"fr\") # TRUE google_is_valid_language_code(\"xx\") # FALSE } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_supported_languages.html","id":null,"dir":"Reference","previous_headings":"","what":"Google Supported Languages — google_supported_languages","title":"Google Supported Languages — google_supported_languages","text":"dataset contains language names iso codes languages supported Google Translate API.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_supported_languages.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Google Supported Languages — google_supported_languages","text":"","code":"google_supported_languages"},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_supported_languages.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"Google Supported Languages — google_supported_languages","text":"data frame two variables: language_name iso_code","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_supported_languages.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"Google Supported Languages — google_supported_languages","text":"Google Translate API","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_translate.html","id":null,"dir":"Reference","previous_headings":"","what":"Translate text using google translate — google_translate","title":"Translate text using google translate — google_translate","text":"Translate text using google translate","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_translate.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Translate text using google translate — google_translate","text":"","code":"google_translate(text, target_language = \"en\", source_language = \"auto\")"},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_translate.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Translate text using google translate — google_translate","text":"text text want translate. target_language language want translate text . default value argument \"en\" English. source_language language text want translate. default value argument \"auto\", means function try automatically detect language text.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_translate.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Translate text using google translate — google_translate","text":"Translated text.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_translate.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Translate text using google translate — google_translate","text":"","code":"# \\donttest{ google_translate(\"I love languages\", target_language = \"es\") #> [1] \"Me encantan los idiomas\" text_to_translate <- c(\"the\", \"quick\", \"brown\") google_translate(text_to_translate, \"fr\", \"en\") #> [[1]] #> [1] \"le\" #> #> [[2]] #> [1] \"rapide\" #> #> [[3]] #> [1] \"brun\" #> # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_translate_long_text.html","id":null,"dir":"Reference","previous_headings":"","what":"Translate long text using Google Translate — google_translate_long_text","title":"Translate long text using Google Translate — google_translate_long_text","text":"function translates long text one language another using Google Translate. splits text smaller chunks necessary handle large inputs.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_translate_long_text.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Translate long text using Google Translate — google_translate_long_text","text":"","code":"google_translate_long_text( text, target_language = \"en\", source_language = \"auto\", chunk_size = 1000 )"},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_translate_long_text.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Translate long text using Google Translate — google_translate_long_text","text":"text long text translate. single string. target_language language translate text . Default \"en\" English. source_language language input text. Default \"auto\" automatic detection. chunk_size maximum number characters send single translation request. Default 1000.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_translate_long_text.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Translate long text using Google Translate — google_translate_long_text","text":"single string containing translated text.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_translate_long_text.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Translate long text using Google Translate — google_translate_long_text","text":"","code":"if (FALSE) { # \\dontrun{ long_text <- paste(rep(\"This is a long text to translate.\", 100), collapse = \" \") google_translate_long_text( long_text, target_language = \"de\", source_language = \"en\", chunk_size = 500) } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_transliterate.html","id":null,"dir":"Reference","previous_headings":"","what":"Transliterate a single word or a sentence to the required language. — google_transliterate","title":"Transliterate a single word or a sentence to the required language. — google_transliterate","text":"Transliterate single word sentence required language.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_transliterate.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Transliterate a single word or a sentence to the required language. — google_transliterate","text":"","code":"google_transliterate(text, language_tag = \"el\", num = 5)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_transliterate.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Transliterate a single word or a sentence to the required language. — google_transliterate","text":"text word sentence transliterate Latin/Roman (English) script. language_tag target language's ISO639 code. default value argument \"el\" Greek. num maximum number suggestions fetch. default value argument 5.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_transliterate.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Transliterate a single word or a sentence to the required language. — google_transliterate","text":"Character vector transliterated sentences larger pieces text.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/google_transliterate.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Transliterate a single word or a sentence to the required language. — google_transliterate","text":"","code":"if (FALSE) { # \\dontrun{ google_transliterate(\"Hello world\", \"fr\", 10) google_transliterate(\"hello\", \"el\", 10) } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/language_detect.html","id":null,"dir":"Reference","previous_headings":"","what":"Detect Language using Google Translate API — language_detect","title":"Detect Language using Google Translate API — language_detect","text":"function detects language given text using Google Translate API.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/language_detect.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Detect Language using Google Translate API — language_detect","text":"","code":"language_detect(text)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/language_detect.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Detect Language using Google Translate API — language_detect","text":"text text language needs detected.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/language_detect.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Detect Language using Google Translate API — language_detect","text":"character string representing detected language.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_external_sources.html","id":null,"dir":"Reference","previous_headings":"","what":"Retrieve external sources using Linguee Translation API — linguee_external_sources","title":"Retrieve external sources using Linguee Translation API — linguee_external_sources","text":"Retrieve external sources using Linguee Translation API","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_external_sources.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Retrieve external sources using Linguee Translation API — linguee_external_sources","text":"","code":"linguee_external_sources(query, src, dst, limit = 5)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_external_sources.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Retrieve external sources using Linguee Translation API — linguee_external_sources","text":"query word phrase want retrieve external sources. src source language word phrase. Accepts language codes \"en\", \"es\", \"fr\", etc. dst target language external source retrieval. Accepts language codes \"en\", \"es\", \"fr\", etc. limit maximum number external sources retrieve. Defaults 5.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_external_sources.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Retrieve external sources using Linguee Translation API — linguee_external_sources","text":"dataframe external sources columns: src, dst, src_url, dst_url.","code":""},{"path":[]},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_external_sources.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Retrieve external sources using Linguee Translation API — linguee_external_sources","text":"","code":"# \\donttest{ linguee_external_sources(query = \"hello\", src = \"en\", dst = \"es\") #> # A tibble: 27 × 4 #> src dst src_url dst_url #> #> 1 \"Hello, my name is Maitri [...] and I just moved to th… \"Hol… http:/… http:/… #> 2 \"Hello, I have just tested your service and I must say… \"Bue… http:/… http:/… #> 3 \"I therefore believe that a standardised portal along … \"Por… http:/… http:/… #> 4 \"Hello, Just a word to let [...] you know how satisfie… \"Hol… http:/… http:/… #> 5 \"After all, whenever she visits the classrooms [...] w… \"Des… http:/… http:/… #> 6 \"The man joins and [...] woman and men say: hello.\" \"El … http:/… http:/… #> 7 \"When living abroad, even [...] a stranger saying, \\\"H… \"Cua… http:/… http:/… #> 8 \"Could we find a more user-friendly [...] name, such a… \"¿No… http:/… http:/… #> 9 \"Hello, I would like to request [...] information of t… \"Hol… http:/… http:/… #> 10 \"Another picks up a banana, holds it to his ear like a… \"Otr… http:/… http:/… #> # ℹ 17 more rows # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_translation_examples.html","id":null,"dir":"Reference","previous_headings":"","what":"Provide translation examples using Linguee Translation API — linguee_translation_examples","title":"Provide translation examples using Linguee Translation API — linguee_translation_examples","text":"Provide translation examples using Linguee Translation API","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_translation_examples.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Provide translation examples using Linguee Translation API — linguee_translation_examples","text":"","code":"linguee_translation_examples( query, src, dst, guess_direction = FALSE, follow_corrections = \"always\" )"},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_translation_examples.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Provide translation examples using Linguee Translation API — linguee_translation_examples","text":"query word phrase want translation examples. src source language word phrase. Accepts language codes \"en\", \"es\", \"fr\", etc. dst target language translation examples. Accepts language codes \"en\", \"es\", \"fr\", etc. guess_direction boolean flag determines whether API guess translation direction. default value FALSE. follow_corrections Specifies treat responses \"mean\" link. Possible values \"always\", \"never\", \"on_empty_translations\". default value \"always\".","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_translation_examples.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Provide translation examples using Linguee Translation API — linguee_translation_examples","text":"dataframe translation examples columns: source, target, pos.","code":""},{"path":[]},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_translation_examples.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Provide translation examples using Linguee Translation API — linguee_translation_examples","text":"","code":"# \\donttest{ linguee_translation_examples(query = \"hello\", src = \"en\", dst = \"es\") #> # A tibble: 0 × 0 # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_word_translation.html","id":null,"dir":"Reference","previous_headings":"","what":"Translate word using Linguee Translation API — linguee_word_translation","title":"Translate word using Linguee Translation API — linguee_word_translation","text":"Translate word using Linguee Translation API","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_word_translation.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Translate word using Linguee Translation API — linguee_word_translation","text":"","code":"linguee_word_translation( word, target_language, source_language, guess_direction = FALSE, follow_corrections = \"always\" )"},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_word_translation.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Translate word using Linguee Translation API — linguee_word_translation","text":"word word want translate. target_language language want translate word . source_language language word want translate. guess_direction Specifies whether API guess translation direction source language set \"auto\". default value FALSE. follow_corrections Specifies whether API include translations marked corrections. default value \"always\" include corrections.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_word_translation.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Translate word using Linguee Translation API — linguee_word_translation","text":"Translated word options.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/linguee_word_translation.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Translate word using Linguee Translation API — linguee_word_translation","text":"","code":"# \\donttest{ linguee_word_translation(\"hello\", target_language = \"es\", source_language = \"en\") #> [1] \"hola\" \"saludo\" # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/microsoft_supported_languages.html","id":null,"dir":"Reference","previous_headings":"","what":"Get the set of languages currently supported by the Microsoft Translator API — microsoft_supported_languages","title":"Get the set of languages currently supported by the Microsoft Translator API — microsoft_supported_languages","text":"Get set languages currently supported Microsoft Translator API","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/microsoft_supported_languages.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Get the set of languages currently supported by the Microsoft Translator API — microsoft_supported_languages","text":"","code":"microsoft_supported_languages(scope = NULL)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/microsoft_supported_languages.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Get the set of languages currently supported by the Microsoft Translator API — microsoft_supported_languages","text":"scope (optional) comma-separated list names defining group languages return. Allowed group names : translation, transliteration, dictionary. scope given, groups returned.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/microsoft_supported_languages.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Get the set of languages currently supported by the Microsoft Translator API — microsoft_supported_languages","text":"list supported languages specified groups.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/microsoft_supported_languages.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Get the set of languages currently supported by the Microsoft Translator API — microsoft_supported_languages","text":"","code":"if (FALSE) { # \\dontrun{ microsoft_supported_languages(scope = \"translation,transliteration,dictionary\") } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/mymemory_translate.html","id":null,"dir":"Reference","previous_headings":"","what":"Translate text using mymemory translate — mymemory_translate","title":"Translate text using mymemory translate — mymemory_translate","text":"Translate text using mymemory translate","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/mymemory_translate.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Translate text using mymemory translate — mymemory_translate","text":"","code":"mymemory_translate(text, target_language = \"en\", source_language = \"auto\")"},{"path":"https://tomeriko96.github.io/polyglotr/reference/mymemory_translate.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Translate text using mymemory translate — mymemory_translate","text":"text Text translate. target_language Language translate text . source_language Language translate text ","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/mymemory_translate.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Translate text using mymemory translate — mymemory_translate","text":"Translated text.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/mymemory_translate.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Translate text using mymemory translate — mymemory_translate","text":"","code":"# \\donttest{ mymemory_translate(\"Hello World\", target_language = \"es\", source_language = \"en\") #> [1] \"Hola mundo\" # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/pipe.html","id":null,"dir":"Reference","previous_headings":"","what":"Pipe operator — %>%","title":"Pipe operator — %>%","text":"See magrittr::%>% details.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/pipe.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Pipe operator — %>%","text":"","code":"lhs %>% rhs"},{"path":"https://tomeriko96.github.io/polyglotr/reference/pipe.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Pipe operator — %>%","text":"lhs value magrittr placeholder. rhs function call using magrittr semantics.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/pipe.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Pipe operator — %>%","text":"result calling rhs(lhs).","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/pons_dictionaries.html","id":null,"dir":"Reference","previous_headings":"","what":"Get the list of available dictionaries from PONS API — pons_dictionaries","title":"Get the list of available dictionaries from PONS API — pons_dictionaries","text":"Get list available dictionaries PONS API","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/pons_dictionaries.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Get the list of available dictionaries from PONS API — pons_dictionaries","text":"","code":"pons_dictionaries(language = \"en\")"},{"path":"https://tomeriko96.github.io/polyglotr/reference/pons_dictionaries.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Get the list of available dictionaries from PONS API — pons_dictionaries","text":"language language output (ISO 639-1 - two-letter codes). Supported languages de, el, en, es, fr, , pl, pt, ru, sl, tr, zh.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/pons_dictionaries.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Get the list of available dictionaries from PONS API — pons_dictionaries","text":"list available dictionaries specified language.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/pons_dictionaries.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Get the list of available dictionaries from PONS API — pons_dictionaries","text":"","code":"if (FALSE) { # \\dontrun{ pons_dictionaries(language = \"es\") } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/pons_translate.html","id":null,"dir":"Reference","previous_headings":"","what":"Translate text using PONS — pons_translate","title":"Translate text using PONS — pons_translate","text":"Translate text using PONS","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/pons_translate.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Translate text using PONS — pons_translate","text":"","code":"pons_translate(text, target_language = \"pt\", source_language = \"en\")"},{"path":"https://tomeriko96.github.io/polyglotr/reference/pons_translate.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Translate text using PONS — pons_translate","text":"text text want translate. Can single string vector strings. target_language language want translate text . default value argument \"pt\" Portuguese. source_language language text want translate. default value argument \"en\" English.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/pons_translate.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Translate text using PONS — pons_translate","text":"Translated text. input vector, returns character vector translated strings.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/pons_translate.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Translate text using PONS — pons_translate","text":"","code":"if (FALSE) { # \\dontrun{ pons_translate(\"I love languages!\", target_language = \"pt\", source_language = \"en\") text_to_translate <- c(\"The\", \"Greatest\", \"Language\") pons_translate(text_to_translate, \"pt\", \"en\") } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_api_key.html","id":null,"dir":"Reference","previous_headings":"","what":"Get the QCRI API key from the environment variable — qcri_api_key","title":"Get the QCRI API key from the environment variable — qcri_api_key","text":"Get QCRI API key environment variable","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_api_key.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Get the QCRI API key from the environment variable — qcri_api_key","text":"","code":"qcri_api_key()"},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_api_key.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Get the QCRI API key from the environment variable — qcri_api_key","text":"QCRI API key stored QCRI_API_KEY environment variable.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_get_domains.html","id":null,"dir":"Reference","previous_headings":"","what":"QCRI Get Domains — qcri_get_domains","title":"QCRI Get Domains — qcri_get_domains","text":"function retrieves supported domains QCRI Multiterm API.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_get_domains.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"QCRI Get Domains — qcri_get_domains","text":"","code":"qcri_get_domains(api_key = qcri_api_key())"},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_get_domains.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"QCRI Get Domains — qcri_get_domains","text":"api_key API key associated user account used. provided, function attempt retrieve QCRI_API_KEY environment variable.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_get_domains.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"QCRI Get Domains — qcri_get_domains","text":"list keys: success: Boolean indicating whether request succeeded. domains: Array supported domains, news, tedtalks etc. present success true. error: Error message case success false.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_get_domains.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"QCRI Get Domains — qcri_get_domains","text":"","code":"if (FALSE) { # \\dontrun{ qcri_get_domains(api_key = \"YourApiKey\") qcri_get_domains() } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_get_language_pairs.html","id":null,"dir":"Reference","previous_headings":"","what":"QCRI Get Language Pairs — qcri_get_language_pairs","title":"QCRI Get Language Pairs — qcri_get_language_pairs","text":"function retrieves supported language pairs QCRI Multiterm API.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_get_language_pairs.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"QCRI Get Language Pairs — qcri_get_language_pairs","text":"","code":"qcri_get_language_pairs(api_key = qcri_api_key())"},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_get_language_pairs.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"QCRI Get Language Pairs — qcri_get_language_pairs","text":"api_key API key associated user account used. provided, function attempt retrieve QCRI_API_KEY environment variable. can register API key https://mt.qcri.org/api/register","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_get_language_pairs.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"QCRI Get Language Pairs — qcri_get_language_pairs","text":"Language pairs.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_get_language_pairs.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"QCRI Get Language Pairs — qcri_get_language_pairs","text":"","code":"if (FALSE) { # \\dontrun{ qcri_get_language_pairs(api_key = \"YourApiKey\") qcri_get_language_pairs() } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_translate_text.html","id":null,"dir":"Reference","previous_headings":"","what":"QCRI Translate Text — qcri_translate_text","title":"QCRI Translate Text — qcri_translate_text","text":"function translates text source language target language using QCRI Multiterm API.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_translate_text.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"QCRI Translate Text — qcri_translate_text","text":"","code":"qcri_translate_text(text, langpair, domain, api_key = qcri_api_key())"},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_translate_text.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"QCRI Translate Text — qcri_translate_text","text":"text text translated. must URL encoded. langpair source-target language pair, source language provided text target language text translated. domain domain translation tuned. api_key API key associated user account used. provided, function attempt retrieve QCRI_API_KEY environment variable.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_translate_text.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"QCRI Translate Text — qcri_translate_text","text":"Translated text.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/qcri_translate_text.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"QCRI Translate Text — qcri_translate_text","text":"","code":"if (FALSE) { # \\dontrun{ qcri_translate_text(text = \"Hello, world!\", langpair = \"en-ar\", domain = \"general\", api_key = \"YourApiKey\") qcri_translate_text(text = \"Hello, world!\", langpair = \"en-ar\", domain = \"general\") } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_file.html","id":null,"dir":"Reference","previous_headings":"","what":"Translate File — translate_file","title":"Translate File — translate_file","text":"Translates content file using Google Translate API.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_file.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Translate File — translate_file","text":"","code":"translate_file( file_path, target_language = \"en\", source_language = \"auto\", overwrite = FALSE )"},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_file.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Translate File — translate_file","text":"file_path path file translated. target_language target language translate file content . Default \"en\". source_language source language file content. Default \"auto\". overwrite Logical indicating whether overwrite original file translated content. Default FALSE.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_file.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Translate File — translate_file","text":"","code":"if (FALSE) { # \\dontrun{ translate_file(\"path/to/file.txt\", target_language = \"fr\", source_language = \"en\", overwrite = TRUE) } # }"},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_to_morse.html","id":null,"dir":"Reference","previous_headings":"","what":"Translate Text to Morse Code using the FunTranslations API — translate_to_morse","title":"Translate Text to Morse Code using the FunTranslations API — translate_to_morse","text":"function takes string text input translates Morse code using FunTranslations API.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_to_morse.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Translate Text to Morse Code using the FunTranslations API — translate_to_morse","text":"","code":"translate_to_morse(text, api_key = NULL)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_to_morse.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Translate Text to Morse Code using the FunTranslations API — translate_to_morse","text":"text character string containing text translated Morse code. api_key (optional) FunTranslations API key, paid subscription.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_to_morse.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Translate Text to Morse Code using the FunTranslations API — translate_to_morse","text":"list containing translated Morse code text metadata.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_to_morse_audio.html","id":null,"dir":"Reference","previous_headings":"","what":"Translate English Text to Morse Code with Audio — translate_to_morse_audio","title":"Translate English Text to Morse Code with Audio — translate_to_morse_audio","text":"function takes English text string input translates Morse code audio output using FunTranslations API.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_to_morse_audio.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Translate English Text to Morse Code with Audio — translate_to_morse_audio","text":"","code":"translate_to_morse_audio(text, api_key = NULL)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_to_morse_audio.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Translate English Text to Morse Code with Audio — translate_to_morse_audio","text":"text character string containing English text translated. api_key (optional) FunTranslations API key, paid subscription.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/translate_to_morse_audio.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Translate English Text to Morse Code with Audio — translate_to_morse_audio","text":"list containing translated Morse code text, Morse code audio base64-encoded string, metadata.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/wikimedia_detect_language.html","id":null,"dir":"Reference","previous_headings":"","what":"Detect the language of a text — wikimedia_detect_language","title":"Detect the language of a text — wikimedia_detect_language","text":"function sends POST request Wikimedia Language ID API specified text, parses JSON response, returns detected language.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/wikimedia_detect_language.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Detect the language of a text — wikimedia_detect_language","text":"","code":"wikimedia_detect_language(text)"},{"path":"https://tomeriko96.github.io/polyglotr/reference/wikimedia_detect_language.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Detect the language of a text — wikimedia_detect_language","text":"text text whose language detected.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/wikimedia_detect_language.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Detect the language of a text — wikimedia_detect_language","text":"detected language.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/wikimedia_detect_language.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Detect the language of a text — wikimedia_detect_language","text":"","code":"# Detect the language of a text wikimedia_detect_language(\"Hallo, wereld\") #> [1] \"nl\""},{"path":"https://tomeriko96.github.io/polyglotr/reference/wikipedia_get_language_names.html","id":null,"dir":"Reference","previous_headings":"","what":"Get language names — wikipedia_get_language_names","title":"Get language names — wikipedia_get_language_names","text":"function sends GET request Wikipedia API returns language names dataframe.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/wikipedia_get_language_names.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Get language names — wikipedia_get_language_names","text":"","code":"wikipedia_get_language_names()"},{"path":"https://tomeriko96.github.io/polyglotr/reference/wikipedia_get_language_names.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Get language names — wikipedia_get_language_names","text":"dataframe language names.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/wikipedia_get_language_names.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Get language names — wikipedia_get_language_names","text":"","code":"# Get language names wikipedia_get_language_names() #> language_tag name #> 1 aa Afar #> 2 aae Arbëresh #> 3 ab Abkhazian #> 4 abe Western Abenaki #> 5 abq Abaza #> 6 abq-latn Abaza #> 7 abr Abron #> 8 abs Ambonese Malay #> 9 ace Achinese #> 10 acf Saint Lucian Creole #> 11 ach Acoli #> 12 acm Iraqi Arabic #> 13 ada Adangme #> 14 ady Adyghe #> 15 ady-cyrl Adyghe (Cyrillic script) #> 16 ae Avestan #> 17 aeb Tunisian Arabic #> 18 aeb-arab Tunisian Arabic (Arabic script) #> 19 aeb-latn Tunisian Arabic (Latin script) #> 20 aec Saʽidi Arabic #> 21 af Afrikaans #> 22 afh Afrihili #> 23 agq Aghem #> 24 aii Assyrian Neo-Aramaic #> 25 ain Ainu #> 26 ak Akan #> 27 akk Akkadian #> 28 akk-latn Akkadian (Latin script) #> 29 akk-xsux Akkadian (Cuneiform script) #> 30 akz Alabama #> 31 alc Kawésqar #> 32 ale Aleut #> 33 aln Gheg Albanian #> 34 alq Algonquin #> 35 als Alemannic #> 36 alt Southern Altai #> 37 am Amharic #> 38 ami Amis #> 39 an Aragonese #> 40 ane Xârâcùù #> 41 ang Old English #> 42 ann Obolo #> 43 anp Angika #> 44 apc Levantine Arabic #> 45 ar Arabic #> 46 ar-001 Modern Standard Arabic #> 47 arc Aramaic #> 48 arn Mapuche #> 49 aro Araona #> 50 arp Arapaho #> 51 arq Algerian Arabic #> 52 ars Najdi Arabic #> 53 arw Arawak #> 54 ary Moroccan Arabic #> 55 ary-arab Moroccan Arabic (Arabic script) #> 56 ary-latn Moroccan Arabic (Latin script) #> 57 arz Egyptian Arabic #> 58 as Assamese #> 59 asa Asu #> 60 ase American Sign Language #> 61 ast Asturian #> 62 atj Atikamekw #> 63 av Avaric #> 64 avk Kotava #> 65 awa Awadhi #> 66 ay Aymara #> 67 az Azerbaijani #> 68 az-cyrl Azerbaijani (Cyrillic script) #> 69 azb South Azerbaijani #> 70 ba Bashkir #> 71 bag Tuki #> 72 bal Baluchi #> 73 bal-latn Baluchi (Latin script) #> 74 ban Balinese #> 75 ban-bali Balinese (Balinese script) #> 76 bar Bavarian #> 77 bas Basaa #> 78 bat-smg Samogitian #> 79 bax Bamun #> 80 bbc Batak Toba #> 81 bbc-latn Batak Toba (Latin script) #> 82 bbj Ghomala #> 83 bcc Southern Balochi #> 84 bci Baoulé #> 85 bcl Central Bikol #> 86 bdr West Coast Bajau #> 87 be Belarusian #> 88 be-tarask Belarusian (Taraškievica orthography) #> 89 be-x-old Belarusian (Taraškievica orthography) #> 90 bej Beja #> 91 bem Bemba #> 92 bew Betawi #> 93 bez Bena #> 94 bfd Bafut #> 95 bfi British Sign Language #> 96 bfq Badaga #> 97 bft Balti #> 98 bft-tibt Balti (Tibetan script) #> 99 bfz Mahasu Pahari #> 100 bfz-deva Mahasu Pahari (Devanagari script) #> 101 bfz-takr Mahasu Pahari (Takri script) #> 102 bg Bulgarian #> 103 bgc Haryanvi #> 104 bgc-arab Haryanvi (Arabic script) #> 105 bgc-deva Haryanvi (Devanagari script) #> 106 bgn Western Balochi #> 107 bgp Eastern Balochi #> 108 bgq Bagri #> 109 bgq-arab Bagri (Arabic script) #> 110 bgq-deva Bagri (Devanagari script) #> 111 bh Bhojpuri #> 112 bha Bharia #> 113 bhd Bhadrawahi #> 114 bhd-deva Bhadrawahi (Devanagari script) #> 115 bhd-takr Bhadrawahi (Takri script) #> 116 bho Bhojpuri #> 117 bi Bislama #> 118 bik Bikol #> 119 bin Bini #> 120 bjn Banjar #> 121 bkc Baka #> 122 bkh Bakako #> 123 bkm Kom #> 124 bla Siksiká #> 125 blk Pa'O #> 126 blo Anii #> 127 blt Tai Dam #> 128 bm Bambara #> 129 bn Bangla #> 130 bnn Bunun #> 131 bo Tibetan #> 132 bpy Bishnupriya #> 133 bqi Bakhtiari #> 134 bqz Mka'a #> 135 br Breton #> 136 bra Braj #> 137 brh Brahui #> 138 brh-latn Brahui (Latin script) #> 139 brx Bodo #> 140 bs Bosnian #> 141 bse Wushi #> 142 bsk Burushaski #> 143 bss Akoose #> 144 btm Batak Mandailing #> 145 bto Iriga Bicolano #> 146 bua Buriat #> 147 bug Buginese #> 148 bum Bulu #> 149 bxr Russia Buriat #> 150 byn Blin #> 151 byv Medumba #> 152 bzs Brazilian Sign Language #> 153 ca Catalan #> 154 cad Caddo #> 155 cak Kaqchikel #> 156 cal Carolinian #> 157 car Carib #> 158 cay Cayuga #> 159 cbk-zam Chavacano #> 160 cch Atsam #> 161 ccp Chakma #> 162 ccp-beng Chakma (Bengali script) #> 163 cdo Mindong #> 164 cdo-hani Mindong (Han script) #> 165 cdo-hant Mindong (Traditional Han script) #> 166 cdo-latn Mindong (Latin script) #> 167 ce Chechen #> 168 ceb Cebuano #> 169 cgg Chiga #> 170 ch Chamorro #> 171 chb Chibcha #> 172 chg Chagatai #> 173 chk Chuukese #> 174 chm Mari #> 175 chn Chinook Jargon #> 176 cho Choctaw #> 177 chp Chipewyan #> 178 chr Cherokee #> 179 chy Cheyenne #> 180 cic Chickasaw #> 181 cja Western Cham #> 182 cja-arab Western Cham (Arabic script) #> 183 cja-cham Western Cham (Cham script) #> 184 cja-latn Western Cham (Latin script) #> 185 cjm Eastern Cham #> 186 cjm-arab Eastern Cham (Arabic script) #> 187 cjm-cham Eastern Cham (Cham script) #> 188 cjm-latn Eastern Cham (Latin script) #> 189 cjy Jin #> 190 cjy-hans Jin (Simplified Han script) #> 191 cjy-hant Jin (Traditional Han script) #> 192 ckb Central Kurdish #> 193 ckb-arab Central Kurdish (Arabic script) #> 194 ckb-latn Central Kurdish (Latin script) #> 195 ckt Chukchi #> 196 clc Chilcotin #> 197 cmg Classical Mongolian #> 198 cnh Hakha-Chin #> 199 cnr Montenegrin #> 200 cnx Middle Cornish #> 201 co Corsican #> 202 cop Coptic #> 203 cps Capiznon #> 204 cpx Pu–Xian Min #> 205 cpx-hans Pu–Xian Min (Simplified Han script) #> 206 cpx-hant Pu–Xian Min (Traditional Han script) #> 207 cpx-latn Pu–Xian Min (Latin script) #> 208 cr Cree #> 209 crb Island Carib #> 210 crg Michif #> 211 crh Crimean Tatar #> 212 crh-cyrl Crimean Tatar (Cyrillic script) #> 213 crh-latn Crimean Tatar (Latin script) #> 214 crh-ro Dobrujan Tatar #> 215 crj Southern East Cree #> 216 crk Plains Cree #> 217 crl Northern East Cree #> 218 crm Moose Cree #> 219 crr Carolina Algonquian #> 220 crs Seselwa Creole French #> 221 cs Czech #> 222 csb Kashubian #> 223 csw Swampy Cree #> 224 ctg Chittagonian #> 225 cu Church Slavic #> 226 cv Chuvash #> 227 cwd Woods Cree #> 228 cy Welsh #> 229 da Danish #> 230 dag Dagbani #> 231 dak Dakota #> 232 dar Dargwa #> 233 dav Taita #> 234 de German #> 235 de-1901 German (traditional orthography) #> 236 de-at Austrian German #> 237 de-ch Swiss High German #> 238 de-formal German (formal address) #> 239 del Delaware #> 240 den Slave #> 241 dga Dagaare #> 242 dgr Dogrib #> 243 din Dinka #> 244 diq Zazaki #> 245 dje Zarma #> 246 doi Dogri #> 247 doi-arab Dogri (Arabic script) #> 248 doi-deva Dogri (Devanagari script) #> 249 doi-dogr Dogri (Dogra script) #> 250 dru Rukai #> 251 dsb Lower Sorbian #> 252 dtp Central Dusun #> 253 dty Doteli #> 254 dua Duala #> 255 duf Dumbea #> 256 dum Middle Dutch #> 257 dv Divehi #> 258 dyo Jola-Fonyi #> 259 dyu Dyula #> 260 dz Dzongkha #> 261 dzg Dazaga #> 262 ebu Embu #> 263 ee Ewe #> 264 efi Efik #> 265 egl Emiliano-Romagnolo #> 266 egy Ancient Egyptian #> 267 eka Ekajuk #> 268 el Greek #> 269 el-cy Cypriot Greek #> 270 elx Elamite #> 271 eml Emiliano-Romagnolo #> 272 en English #> 273 en-au Australian English #> 274 en-ca Canadian English #> 275 en-gb British English #> 276 en-in Indian English #> 277 en-jm Jamaican English #> 278 en-nz New Zealand English #> 279 en-us American English #> 280 enm Middle English #> 281 eo Esperanto #> 282 eo-hsistemo Esperanto (h-system orthography) #> 283 eo-xsistemo Esperanto (x-system orthography) #> 284 es Spanish #> 285 es-419 Latin American Spanish #> 286 es-es European Spanish #> 287 es-formal Spanish (formal address) #> 288 es-mx Mexican Spanish #> 289 ess Central Siberian Yupik #> 290 esu Central Yupik #> 291 et Estonian #> 292 eto Eton #> 293 ett Etruscian #> 294 etu Ejagham #> 295 eu Basque #> 296 ewo Ewondo #> 297 ext Extremaduran #> 298 eya Eyak #> 299 fa Persian #> 300 fa-af Dari #> 301 fan Fang #> 302 fat Fanti #> 303 ff Fula #> 304 fi Finnish #> 305 fil Filipino #> 306 fit Tornedalen Finnish #> 307 fiu-vro Võro #> 308 fj Fijian #> 309 fkv Kvensk #> 310 fmp Fe'Fe' #> 311 fo Faroese #> 312 fon Fon #> 313 fos Siraya #> 314 fr French #> 315 fr-ca Canadian French #> 316 fr-ch Swiss French #> 317 frc Cajun French #> 318 frk Frankish #> 319 frm Middle French #> 320 fro Old French #> 321 frp Arpitan #> 322 frr Northern Frisian #> 323 frs Eastern Frisian #> 324 fsl French Sign Language #> 325 fud Futunan #> 326 fuf Pular #> 327 fur Friulian #> 328 fy Western Frisian #> 329 ga Irish #> 330 gaa Ga #> 331 gag Gagauz #> 332 gan Gan #> 333 gan-hans Gan (Simplified Han script) #> 334 gan-hant Gan (Traditional Han script) #> 335 gay Gayo #> 336 gba Gbaya #> 337 gbk Gaddi #> 338 gbk-deva Gaddi (Devanagari script) #> 339 gbk-takr Gaddi (Takri script) #> 340 gbz Zoroastrian Dari #> 341 gcf Guadeloupean Creole #> 342 gcr Guianan Creole #> 343 gd Scottish Gaelic #> 344 gez Geez #> 345 gil Gilbertese #> 346 gju Gujari #> 347 gju-arab Gujari (Arabic script) #> 348 gju-deva Gujari (Devanagari script) #> 349 gl Galician #> 350 gld Nanai #> 351 glk Gilaki #> 352 gmh Middle High German #> 353 gml Middle Low German #> 354 gmy Mycenaean Greek #> 355 gn Guarani #> 356 goh Old High German #> 357 gom Goan Konkani #> 358 gom-deva Goan Konkani (Devanagari script) #> 359 gom-latn Goan Konkani (Latin script) #> 360 gon Gondi #> 361 gor Gorontalo #> 362 got Gothic #> 363 gpe Ghanaian Pidgin #> 364 grb Grebo #> 365 grc Ancient Greek #> 366 gsg German Sign Language #> 367 gsw Alemannic #> 368 gsw-fr Alsatian #> 369 gu Gujarati #> 370 guc Wayuu #> 371 gur Frafra #> 372 guw Gun #> 373 guz Gusii #> 374 gv Manx #> 375 gwi Gwichʼin #> 376 gya Gbaya #> 377 ha Hausa #> 378 ha-arab Hausa (Arabic script) #> 379 ha-ne Hausa (Niger) #> 380 hac Gurani #> 381 hai Haida #> 382 hak Hakka Chinese #> 383 hak-hans Hakka (Simplified Han script) #> 384 hak-hant Hakka (Traditional Han script) #> 385 hak-latn Hak-kâ-ngî (Pha̍k-fa-sṳ) #> 386 hav Havu #> 387 haw Hawaiian #> 388 hax Southern Haida #> 389 haz Hazaragi #> 390 hbo Biblical Hebrew #> 391 hdn Northern Haida #> 392 he Hebrew #> 393 hi Hindi #> 394 hi-kthi Hindi (Kaithi script) #> 395 hi-latn Hindi (Latin) #> 396 hif Fiji Hindi #> 397 hif-latn Fiji Hindi (Latin script) #> 398 hil Hiligaynon #> 399 hit Hittite #> 400 hit-latn Hittite (Latin script) #> 401 hit-xsux Hittite (Cuneiform script) #> 402 hmn Hmong #> 403 hnj Hmong Njua #> 404 hno Northern Hindko #> 405 ho Hiri Motu #> 406 hoc Ho #> 407 hr Croatian #> 408 hrx Hunsrik #> 409 hsb Upper Sorbian #> 410 hsn Xiang #> 411 hsn-hans Xiang (Simplified Han script) #> 412 hsn-hant Xiang (Traditional Han script) #> 413 ht Haitian Creole #> 414 hts Hadza #> 415 hu Hungarian #> 416 hu-formal Hungarian (formal address) #> 417 hup Hupa #> 418 hur Halkomelem #> 419 hy Armenian #> 420 hyw Western Armenian #> 421 hz Herero #> 422 ia Interlingua #> 423 iba Iban #> 424 ibb Ibibio #> 425 id Indonesian #> 426 ie Interlingue #> 427 ig Igbo #> 428 igl Igala #> 429 ii Sichuan Yi #> 430 ik Inupiaq #> 431 ike Eastern Canadian Inuktitut #> 432 ike-cans Eastern Canadian (Aboriginal syllabics) #> 433 ike-latn Eastern Canadian (Latin script) #> 434 ikt Western Canadian Inuktitut #> 435 ilo Iloko #> 436 inh Ingush #> 437 io Ido #> 438 is Icelandic #> 439 isu Isu #> 440 isv-latn Interslavic (Latin script) #> 441 it Italian #> 442 iu Inuktitut #> 443 izh Ingrian #> 444 ja Japanese #> 445 ja-hani Japanese (Kanji script) #> 446 ja-hira Japanese (Hiragana script) #> 447 ja-hrkt Japanese (Kana script) #> 448 ja-kana Japanese (Katakana script) #> 449 jam Jamaican Creole English #> 450 jbo Lojban #> 451 jgo Ngomba #> 452 jmc Machame #> 453 jpr Judeo-Persian #> 454 jrb Judeo-Arabic #> 455 jut Jutish #> 456 jv Javanese #> 457 ka Georgian #> 458 kaa Kara-Kalpak #> 459 kab Kabyle #> 460 kac Kachin #> 461 kai Karekare #> 462 kaj Jju #> 463 kam Kamba #> 464 kaw Kawi #> 465 kbd Kabardian #> 466 kbd-cyrl Kabardian (Cyrillic script) #> 467 kbl Kanembu #> 468 kbp Kabiye #> 469 kcg Tyap #> 470 kde Makonde #> 471 kea Kabuverdianu #> 472 ken Kenyang #> 473 ker Kera #> 474 kfo Koro #> 475 kfr Kutchi #> 476 kg Kongo #> 477 kge Komering #> 478 kgp Kaingang #> 479 kha Khasi #> 480 kho Khotanese #> 481 khq Koyra Chiini #> 482 khw Khowar #> 483 ki Kikuyu #> 484 kiu Kirmanjki #> 485 kj Kuanyama #> 486 kjh Khakas #> 487 kjp Eastern Pwo #> 488 kk Kazakh #> 489 kk-arab Kazakh (Arabic script) #> 490 kk-cn Kazakh (China) #> 491 kk-cyrl Kazakh (Cyrillic script) #> 492 kk-kz Kazakh (Kazakhstan) #> 493 kk-latn Kazakh (Latin script) #> 494 kk-tr Kazakh (Turkey) #> 495 kkj Kako #> 496 kl Kalaallisut #> 497 kld Gamilaraay #> 498 kln Kalenjin #> 499 kls Kalasha #> 500 kls-arab Kalasha (Arabic script) #> 501 kls-latn Kalasha (Latin script) #> 502 km Khmer #> 503 kmb Kimbundu #> 504 kmr Northern Kurdish #> 505 kmr-arab Northern Kurdish (Arabic script) #> 506 kmr-latn Northern Kurdish (Latin script) #> 507 kmz Khorasani Turkic #> 508 kn Kannada #> 509 knn Maharashtrian Konkani #> 510 ko Korean #> 511 ko-hani Korean (Hanja script) #> 512 ko-kore Korean (mixed script) #> 513 ko-kp Korean (North Korea) #> 514 koi Komi-Permyak #> 515 kok Konkani #> 516 kos Kosraean #> 517 koy Koyukon #> 518 kpe Kpelle #> 519 kr Kanuri #> 520 krc Karachay-Balkar #> 521 kri Krio #> 522 krj Kinaray-a #> 523 krl Karelian #> 524 kru Kurukh #> 525 ks Kashmiri #> 526 ks-arab Kashmiri (Arabic script) #> 527 ks-deva Kashmiri (Devanagari script) #> 528 ksb Shambala #> 529 ksf Bafia #> 530 ksh Colognian #> 531 ksw S'gaw Karen #> 532 ku Kurdish #> 533 ku-arab Kurdish (Arabic script) #> 534 ku-latn Kurdish (Latin script) #> 535 kum Kumyk #> 536 kus Kʋsaal #> 537 kut Kutenai #> 538 kv Komi #> 539 kw Cornish #> 540 kwk Kwakʼwala #> 541 kxv Kuvi #> 542 ky Kyrgyz #> 543 la Latin #> 544 lad Ladino #> 545 lad-hebr Ladino (Hebrew script) #> 546 lag Langi #> 547 lah Western Panjabi #> 548 lam Lamba #> 549 lb Luxembourgish #> 550 lbe Lak #> 551 lcm Tungag #> 552 ldn Láadan #> 553 lem Nomaande #> 554 lez Lezghian #> 555 lfn Lingua Franca Nova #> 556 lg Ganda #> 557 li Limburgish #> 558 lij Ligurian #> 559 lij-mc Monégasque #> 560 lil Lillooet #> 561 liv Livonian #> 562 lki Laki #> 563 lkt Lakota #> 564 lld Ladin #> 565 lmo Lombard #> 566 ln Lingala #> 567 lns Lamnso' #> 568 lo Lao #> 569 lol Mongo #> 570 lou Louisiana Creole #> 571 loz Lozi #> 572 lrc Northern Luri #> 573 lsm Saamia #> 574 lt Lithuanian #> 575 ltg Latgalian #> 576 lu Luba-Katanga #> 577 lua Luba-Lulua #> 578 lui Luiseno #> 579 lun Lunda #> 580 luo Luo #> 581 lus Mizo #> 582 luy Luyia #> 583 luz Southern Luri #> 584 lv Latvian #> 585 lzh Literary Chinese #> 586 lzz Laz #> 587 mad Madurese #> 588 maf Mafa #> 589 mag Magahi #> 590 mai Maithili #> 591 mak Makasar #> 592 man Mandingo #> 593 map-bms Basa Banyumasan #> 594 mas Masai #> 595 mcn Massa #> 596 mcp Maka #> 597 mde Maba #> 598 mdf Moksha #> 599 mdr Mandar #> 600 men Mende #> 601 mer Meru #> 602 mfa Kelantan-Pattani Malay #> 603 mfe Morisyen #> 604 mg Malagasy #> 605 mga Middle Irish #> 606 mgh Makhuwa-Meetto #> 607 mgo Metaʼ #> 608 mh Marshallese #> 609 mhk Mungaka #> 610 mhr Eastern Mari #> 611 mi Māori #> 612 mic Mi'kmaw #> 613 mid Mandaic #> 614 min Minangkabau #> 615 mis unsupported language #> 616 mix Mixtec #> 617 mk Macedonian #> 618 ml Malayalam #> 619 mn Mongolian #> 620 mn-mong Mongolian (Mongolian script) #> 621 mnc Manchu #> 622 mnc-latn Manchu (Latin script) #> 623 mnc-mong Manchu (Mongolian script) #> 624 mni Manipuri #> 625 mnw Mon #> 626 mo Moldovan #> 627 moe Innu-aimun #> 628 moh Mohawk #> 629 mos Mossi #> 630 mr Marathi #> 631 mrh Mara #> 632 mrj Western Mari #> 633 ms Malay #> 634 ms-arab Malay (Jawi script) #> 635 msi Sabah Malay #> 636 mt Maltese #> 637 mua Mundang #> 638 mui Musi #> 639 mul multiple languages #> 640 mus Muscogee #> 641 mvf Peripheral Mongolian #> 642 mvi Miyako #> 643 mvi-hira Miyako (Hiragana script) #> 644 mwl Mirandese #> 645 mwr Marwari #> 646 mwv Mentawai #> 647 my Burmese #> 648 mye Myene #> 649 myv Erzya #> 650 mzn Mazanderani #> 651 na Nauru #> 652 nah Nāhuatl #> 653 nan Minnan #> 654 nan-hani Minnan (Han script) #> 655 nan-hant Minnan (Traditional Han script) #> 656 nan-latn-pehoeji Minnan (Pe̍h-ōe-jī) #> 657 nan-latn-tailo Minnan (Tâi-lô) #> 658 nap Neapolitan #> 659 naq Nama #> 660 nb Norwegian Bokmål #> 661 nd North Ndebele #> 662 nds Low German #> 663 nds-nl Low Saxon #> 664 ne Nepali #> 665 new Newari #> 666 ng Ndonga #> 667 nge Ngémba #> 668 nia Nias #> 669 nit కొలామి #> 670 niu Niuean #> 671 njo Ao Naga #> 672 nl Dutch #> 673 nl-be Flemish #> 674 nl-informal Dutch (informal address) #> 675 nla Ngombala #> 676 nmg Kwasio #> 677 nmz Nawdm #> 678 nn Norwegian Nynorsk #> 679 nn-hognorsk Norwegian Høgnorsk #> 680 nnh Ngiemboon #> 681 nnz Nda'Nda' #> 682 no Norwegian #> 683 nod Northern Thai #> 684 nog Nogai #> 685 non Old Norse #> 686 non-runr Old Norse (Runic script) #> 687 nov Novial #> 688 nqo N’Ko #> 689 nr South Ndebele #> 690 nrf-gg Guernésiais #> 691 nrf-je Jèrriais #> 692 nrm Norman #> 693 nsk Naskapi #> 694 nso Northern Sotho #> 695 nup Nupe #> 696 nus Nuer #> 697 nv Navajo #> 698 nwc Classical Newari #> 699 nxm Numidian #> 700 ny Nyanja #> 701 nym Nyamwezi #> 702 nyn Nyankole #> 703 nyo Nyoro #> 704 nys Nyungar #> 705 nzi Nzima #> 706 obt Old Breton #> 707 oc Occitan #> 708 oco Old Cornish #> 709 odt Old Dutch #> 710 ofs Old Frisian #> 711 oj Ojibwa #> 712 ojb Northwestern Ojibwa #> 713 ojc Central Ojibwa #> 714 ojg Eastern Ojibwa #> 715 ojp Old Japanese #> 716 ojp-hani Old Japanese (Kanji script) #> 717 ojp-hira Old Japanese (Hiragana script) #> 718 ojs Oji-Cree #> 719 ojw Western Ojibwa #> 720 oka Okanagan #> 721 olo Livvi-Karelian #> 722 om Oromo #> 723 oma Omaha-Ponca #> 724 ood O'odham #> 725 or Odia #> 726 os Ossetic #> 727 osa Osage #> 728 osa-latn Osage (Latin script) #> 729 osx Old Saxon #> 730 ota Ottoman Turkish #> 731 otk Old Turkish #> 732 owl Old Welsh #> 733 pa Punjabi #> 734 pag Pangasinan #> 735 pal Pahlavi #> 736 pal-phli Pahlavi (Inscriptional Pahlavi script) #> 737 pal-phlp Pahlavi (Psalter Pahlavi script) #> 738 pal-phlv Pahlavi (Book Pahlavi script) #> 739 pam Pampanga #> 740 pao Northern Paiute #> 741 pap Papiamento #> 742 pap-aw Papiamento (Aruba) #> 743 paq Parya #> 744 pau Palauan #> 745 pcd Picard #> 746 pcm Nigerian Pidgin #> 747 pdc Pennsylvania German #> 748 pdt Plautdietsch #> 749 peo Old Persian #> 750 pfl Palatine German #> 751 pgd Gāndhārī #> 752 pgd-arab Gāndhārī (Arabic script) #> 753 pgd-deva Gāndhārī (Devanagari script) #> 754 pgd-khar Gāndhārī (Kharoshthi script) #> 755 phl Palula #> 756 phn Phoenician #> 757 phn-latn Phoenician (Latin script) #> 758 phn-phnx Phoenician (Phoenician script) #> 759 pi Pali #> 760 pi-sidd Pali (Siddham script) #> 761 pih Norfuk / Pitkern #> 762 pis Pijin #> 763 pjt Pitjantjatjara #> 764 pks Pakistan Sign Language #> 765 pl Polish #> 766 pms Piedmontese #> 767 pnb Western Punjabi #> 768 pnt Pontic #> 769 pon Pohnpeian #> 770 ppu Papora-Hoanya #> 771 pqm Maliseet-Passamaquoddy #> 772 prg Prussian #> 773 pro Old Provençal #> 774 prs Dari #> 775 ps Pashto #> 776 ps-af Pashto (Afghanistan) #> 777 ps-pk Pashto (Pakistan) #> 778 psu Sauraseni Prākrit #> 779 psu-arab Sauraseni Prākrit (Arabic script) #> 780 psu-brah Sauraseni Prākrit (Brahmi script) #> 781 psu-deva Sauraseni Prākrit (Devanagari script) #> 782 psu-guru Sauraseni Prākrit (Gurmukhi script) #> 783 pt Portuguese #> 784 pt-ao1990 Portuguese (1990 Orthographic Agreement) #> 785 pt-br Brazilian Portuguese #> 786 pt-colb1945 Portuguese (1945 Orthographic Agreement) #> 787 pt-pt European Portuguese #> 788 pwn Paiwan #> 789 pyu Puyuma #> 790 qu Quechua #> 791 quc Kʼicheʼ #> 792 qug Chimborazo Highland Quichua #> 793 qxq Qashqai #> 794 qya Quenya #> 795 rah Rabha #> 796 raj Rajasthani #> 797 rap Rapanui #> 798 rar Rarotongan #> 799 rgn Romagnol #> 800 rhg Rohingya #> 801 rhg-arab Rohingya (Arabic script) #> 802 rhg-rohg Rohingya (Hanifi Rohingya script) #> 803 rif Riffian #> 804 rki Arakanese #> 805 rkt Rangpuri #> 806 rm Romansh #> 807 rm-puter Putèr #> 808 rm-rumgr Rumantsch Grischun #> 809 rm-surmiran Surmiran #> 810 rm-sursilv Sursilvan #> 811 rm-sutsilv Sutsilvan #> 812 rm-vallader Vallader #> 813 rmc Carpathian Romani #> 814 rmf Finnish Kalo #> 815 rmg Traveller Norwegian #> 816 rml Baltic Romani #> 817 rmn Balkan Romani #> 818 rmo Sinte Romani #> 819 rmw Welsh-Romani #> 820 rmy Vlax Romani #> 821 rn Rundi #> 822 ro Romanian #> 823 ro-md Moldavian #> 824 roa-rup Aromanian #> 825 roa-tara Tarantino #> 826 rof Rombo #> 827 rom Romany #> 828 rsk Pannonian Rusyn #> 829 rtm Rotuman #> 830 ru Russian #> 831 rue Rusyn #> 832 rug Roviana #> 833 ruo Istro Romanian #> 834 rup Aromanian #> 835 ruq Megleno-Romanian #> 836 ruq-cyrl Megleno-Romanian (Cyrillic script) #> 837 ruq-latn Megleno-Romanian (Latin script) #> 838 rut Rutul #> 839 rw Kinyarwanda #> 840 rwk Rwa #> 841 rwr Marwari (India) #> 842 rys Yaeyama #> 843 rys-hira Yaeyama (Hiragana script) #> 844 ryu Okinawan #> 845 ryu-hira Okinawan (Hiragana script) #> 846 sa Sanskrit #> 847 sa-sidd Sanskrit (Siddham script) #> 848 sad Sandawe #> 849 sah Yakut #> 850 sam Samaritan Aramaic #> 851 saq Samburu #> 852 sas Sasak #> 853 sat Santali #> 854 sat-beng Santali (Bengali script) #> 855 sat-latn Santali (Latin script) #> 856 sat-orya Santali (Oriya script) #> 857 saz Saurashtra #> 858 sba Ngambay #> 859 sbp Sangu #> 860 sc Sardinian #> 861 scl Shina #> 862 scn Sicilian #> 863 sco Scots #> 864 sd Sindhi #> 865 sd-deva Sindhi (Devanagari script) #> 866 sd-gujr Sindhi (Gujarati script) #> 867 sd-khoj Sindhi (Khojki script) #> 868 sd-sind Sindhi (Khudawadi script) #> 869 sdc Sassarese Sardinian #> 870 sdh Southern Kurdish #> 871 sdh-arab Southern Kurdish (Arabic script) #> 872 sdh-latn Southern Kurdish (Latin script) #> 873 se Northern Sami #> 874 se-fi Northern Sami (Finland) #> 875 se-no Northern Sami (Norway) #> 876 se-se Northern Sami (Sweden) #> 877 see Seneca #> 878 seh Sena #> 879 sei Seri #> 880 sel Selkup #> 881 ser Serrano #> 882 ses Koyraboro Senni #> 883 sg Sango #> 884 sga Old Irish #> 885 sgs Samogitian #> 886 sh Serbo-Croatian #> 887 sh-cyrl Serbo-Croatian (Cyrillic script) #> 888 sh-latn Serbo-Croatian (Latin script) #> 889 shd Kundal Shahi #> 890 shi Tachelhit #> 891 shi-latn Tachelhit (Latin script) #> 892 shi-tfng Tachelhit (Tifinagh script) #> 893 shn Shan #> 894 shu Chadian Arabic #> 895 shy Shawiya #> 896 shy-arab Shawiya (Arabic script) #> 897 shy-latn Shawiya (Latin script) #> 898 shy-tfng Shawiya (Tifinagh script) #> 899 si Sinhala #> 900 sia Akkala Sami #> 901 sid Sidamo #> 902 simple Simple English #> 903 sjd Kildin Sami #> 904 sje Pite Sami #> 905 sjk Kemi Sami #> 906 sjn Sindarin #> 907 sjt Ter Sami #> 908 sju Ume Sami #> 909 sk Slovak #> 910 skr Saraiki #> 911 skr-arab Saraiki (Arabic script) #> 912 sl Slovenian #> 913 slh Southern Lushootseed #> 914 sli Lower Silesian #> 915 sly Selayar #> 916 sm Samoan #> 917 sma Southern Sami #> 918 smj Lule Sami #> 919 smn Inari Sami #> 920 sms Skolt Sami #> 921 sn Shona #> 922 snk Soninke #> 923 so Somali #> 924 sog Sogdien #> 925 sq Albanian #> 926 sr Serbian #> 927 sr-cyrl Serbian (Cyrillic script) #> 928 sr-ec Serbian (Cyrillic script) #> 929 sr-el Serbian (Latin script) #> 930 sr-latn Serbian (Latin script) #> 931 sr-me Montenegrin #> 932 srn Sranan Tongo #> 933 sro Campidanese Sardinian #> 934 srq Sirionó #> 935 srr Serer #> 936 ss Swati #> 937 ssf Thao #> 938 ssy Saho #> 939 st Southern Sotho #> 940 sth Shelta #> 941 stq Saterland Frisian #> 942 str Straits Salish #> 943 sty Siberian Tatar #> 944 su Sundanese #> 945 suk Sukuma #> 946 sus Susu #> 947 sux Sumerian #> 948 sux-latn Sumerian (Latin script) #> 949 sux-xsux Sumerian (Cuneiform script) #> 950 sv Swedish #> 951 sw Swahili #> 952 sw-cd Congo Swahili #> 953 swb Comorian #> 954 sxu Upper Saxon #> 955 syc Classical Syriac #> 956 syl Sylheti #> 957 syl-beng Sylheti (Bengali script) #> 958 syr Syriac #> 959 szl Silesian #> 960 szy Sakizaya #> 961 ta Tamil #> 962 tay Tayal #> 963 tce Southern Tutchone #> 964 tcy Tulu #> 965 tdd Tai Nuea #> 966 te Telugu #> 967 tem Timne #> 968 teo Teso #> 969 ter Tereno #> 970 tet Tetum #> 971 tg Tajik #> 972 tg-cyrl Tajik (Cyrillic script) #> 973 tg-latn Tajik (Latin script) #> 974 tgx Tagish #> 975 th Thai #> 976 tht Tahltan #> 977 ti Tigrinya #> 978 tig Tigre #> 979 tiv Tiv #> 980 tji Northern Tujia #> 981 tk Turkmen #> 982 tkl Tokelau #> 983 tkr Tsakhur #> 984 tl Tagalog #> 985 tlb Tobelo #> 986 tlh Klingon #> 987 tlh-latn Klingon (Latin script) #> 988 tlh-piqd Klingon (Klingon script) #> 989 tli Tlingit #> 990 tly Talysh #> 991 tly-cyrl Talysh (Cyrillic script) #> 992 tmh Tamashek #> 993 tn Tswana #> 994 tnq Taíno #> 995 to Tongan #> 996 tog Nyasa Tonga #> 997 tok Toki Pona #> 998 tpi Tok Pisin #> 999 tr Turkish #> 1000 tru Turoyo #> 1001 trv Taroko #> 1002 trw Torwali #> 1003 ts Tsonga #> 1004 tsd Tsakonian #> 1005 tsi Tsimshian #> 1006 tt Tatar #> 1007 tt-cyrl Tatar (Cyrillic script) #> 1008 tt-latn Tatar (Latin script) #> 1009 ttj Tooro #> 1010 ttm Northern Tutchone #> 1011 ttt Muslim Tat #> 1012 tui Tupuri #> 1013 tum Tumbuka #> 1014 tvl Tuvalu #> 1015 tvu Tunen #> 1016 tw Twi #> 1017 twq Tasawaq #> 1018 txg Tangut #> 1019 ty Tahitian #> 1020 tyv Tuvinian #> 1021 tzl Talossan #> 1022 tzm Central Atlas Tamazight #> 1023 udm Udmurt #> 1024 ug Uyghur #> 1025 ug-arab Uyghur (Arabic script) #> 1026 ug-latn Uyghur (Latin script) #> 1027 uga Ugaritic #> 1028 uk Ukrainian #> 1029 umb Umbundu #> 1030 umu Munsee #> 1031 und undetermined language #> 1032 unr Mundari #> 1033 unr-deva Mundari (Devanagari script) #> 1034 unr-nagm Mundari (Nag Mundari script) #> 1035 ur Urdu #> 1036 uun Pazeh #> 1037 uz Uzbek #> 1038 uz-cyrl Uzbek (Cyrillic script) #> 1039 uz-latn Uzbek (Latin script) #> 1040 vai Vai #> 1041 ve Venda #> 1042 vec Venetian #> 1043 vep Veps #> 1044 vi Vietnamese #> 1045 vi-hani Vietnamese (Han script) #> 1046 vls West Flemish #> 1047 vmf Main-Franconian #> 1048 vmw Makhuwa #> 1049 vo Volapük #> 1050 vot Votic #> 1051 vro Võro #> 1052 vun Vunjo #> 1053 vut Vute #> 1054 wa Walloon #> 1055 wae Walser #> 1056 wal Wolaytta #> 1057 war Waray #> 1058 was Washo #> 1059 wbp Warlpiri #> 1060 wes Pidgin (Cameroon) #> 1061 wlm Middle Welsh #> 1062 wls Wallisian #> 1063 wo Wolof #> 1064 wsv Wotapuri-Katarqalai #> 1065 wuu Wu #> 1066 wuu-hans Wu (Simplified Han script) #> 1067 wuu-hant Wu (Traditional Han script) #> 1068 wya Wyandot #> 1069 xal Kalmyk #> 1070 xbm Middle Breton #> 1071 xh Xhosa #> 1072 xmf Mingrelian #> 1073 xno Anglo-Norman #> 1074 xnr Kangri #> 1075 xnr-deva Kangri (Devanagari script) #> 1076 xnr-takr Kangri (Takri script) #> 1077 xog Soga #> 1078 xpu Punic #> 1079 xsu Sanumá #> 1080 xsy Saisiyat #> 1081 yao Yao #> 1082 yap Yapese #> 1083 yas Nugunu #> 1084 yat Yambeta #> 1085 yav Yangben #> 1086 ybb Yemba #> 1087 yec Yeniche #> 1088 yi Yiddish #> 1089 ykg Tundra Yukaghir #> 1090 yo Yoruba #> 1091 yoi Yonaguni #> 1092 yoi-hira Yonaguni (Hiragana script) #> 1093 yox Yoron #> 1094 yox-hira Yoron (Hiragana script) #> 1095 yrl Nheengatu #> 1096 yue Cantonese #> 1097 yue-hans Cantonese (Simplified Han script) #> 1098 yue-hant Cantonese (Traditional Han script) #> 1099 za Zhuang #> 1100 zai Isthmus Zapotec #> 1101 zap Zapotec #> 1102 zbl Blissymbols #> 1103 zea Zeelandic #> 1104 zen Zenaga #> 1105 zgh Standard Moroccan Tamazight #> 1106 zgh-latn tamaziɣt tanawayt #> 1107 zh Chinese #> 1108 zh-classical Literary Chinese #> 1109 zh-cn Chinese (China) #> 1110 zh-hans Simplified Chinese #> 1111 zh-hant Traditional Chinese #> 1112 zh-hk Chinese (Hong Kong) #> 1113 zh-min-nan Minnan #> 1114 zh-mo Chinese (Macau) #> 1115 zh-my Chinese (Malaysia) #> 1116 zh-sg Chinese (Singapore) #> 1117 zh-tw Chinese (Taiwan) #> 1118 zh-yue Cantonese #> 1119 zmi Negeri Sembilan Malay #> 1120 zpu Yalálag Zapotec #> 1121 zu Zulu #> 1122 zun Zuni #> 1123 zxx no linguistic content #> 1124 zza Zaza #> autonym #> 1 Qafár af #> 2 Arbërisht #> 3 аԥсшәа #> 4 #> 5 #> 6 #> 7 #> 8 bahasa ambon #> 9 Acèh #> 10 Kwéyòl Sent Lisi #> 11 #> 12 عراقي #> 13 #> 14 адыгабзэ #> 15 адыгабзэ #> 16 #> 17 تونسي / Tûnsî #> 18 تونسي #> 19 Tûnsî #> 20 #> 21 Afrikaans #> 22 #> 23 #> 24 #> 25 #> 26 #> 27 #> 28 #> 29 #> 30 #> 31 #> 32 #> 33 Gegë #> 34 #> 35 Alemannisch #> 36 алтай тил #> 37 አማርኛ #> 38 Pangcah #> 39 aragonés #> 40 #> 41 Ænglisc #> 42 Obolo #> 43 अंगिका #> 44 شامي #> 45 العربية #> 46 #> 47 ܐܪܡܝܐ #> 48 mapudungun #> 49 #> 50 #> 51 جازايرية #> 52 #> 53 #> 54 الدارجة #> 55 #> 56 #> 57 مصرى #> 58 অসমীয়া #> 59 #> 60 American sign language #> 61 asturianu #> 62 Atikamekw #> 63 авар #> 64 Kotava #> 65 अवधी #> 66 Aymar aru #> 67 azərbaycanca #> 68 #> 69 تۆرکجه #> 70 башҡортса #> 71 #> 72 #> 73 #> 74 Basa Bali #> 75 ᬩᬲᬩᬮᬶ #> 76 Boarisch #> 77 #> 78 žemaitėška #> 79 #> 80 Batak Toba #> 81 Batak Toba #> 82 #> 83 جهلسری بلوچی #> 84 wawle #> 85 Bikol Central #> 86 Bajau Sama #> 87 беларуская #> 88 беларуская (тарашкевіца) #> 89 беларуская (тарашкевіца) #> 90 #> 91 #> 92 Betawi #> 93 #> 94 #> 95 #> 96 #> 97 #> 98 #> 99 #> 100 #> 101 #> 102 български #> 103 हरियाणवी #> 104 #> 105 #> 106 روچ کپتین بلوچی #> 107 #> 108 #> 109 #> 110 #> 111 भोजपुरी #> 112 #> 113 #> 114 #> 115 #> 116 भोजपुरी #> 117 Bislama #> 118 #> 119 #> 120 Banjar #> 121 #> 122 #> 123 #> 124 #> 125 ပအိုဝ်ႏဘာႏသာႏ #> 126 #> 127 #> 128 bamanankan #> 129 বাংলা #> 130 #> 131 བོད་ཡིག #> 132 বিষ্ণুপ্রিয়া মণিপুরী #> 133 بختیاری #> 134 #> 135 brezhoneg #> 136 #> 137 Bráhuí #> 138 #> 139 #> 140 bosanski #> 141 #> 142 #> 143 #> 144 Batak Mandailing #> 145 Iriga Bicolano #> 146 #> 147 Basa Ugi #> 148 #> 149 буряад #> 150 #> 151 #> 152 #> 153 català #> 154 #> 155 #> 156 #> 157 #> 158 #> 159 Chavacano de Zamboanga #> 160 #> 161 𑄌𑄋𑄴𑄟𑄳𑄦 #> 162 #> 163 閩東語 / Mìng-dĕ̤ng-ngṳ̄ #> 164 #> 165 #> 166 #> 167 нохчийн #> 168 Cebuano #> 169 #> 170 Chamoru #> 171 #> 172 #> 173 #> 174 #> 175 chinuk wawa #> 176 Chahta anumpa #> 177 #> 178 ᏣᎳᎩ #> 179 Tsetsêhestâhese #> 180 #> 181 #> 182 #> 183 #> 184 #> 185 #> 186 #> 187 #> 188 #> 189 #> 190 #> 191 #> 192 کوردی #> 193 #> 194 #> 195 #> 196 #> 197 #> 198 #> 199 #> 200 #> 201 corsu #> 202 #> 203 Capiceño #> 204 莆仙語 / Pó-sing-gṳ̂ #> 205 莆仙语(简体) #> 206 莆仙語(繁體) #> 207 Pó-sing-gṳ̂ (Báⁿ-uā-ci̍) #> 208 Nēhiyawēwin / ᓀᐦᐃᔭᐍᐏᐣ #> 209 #> 210 #> 211 qırımtatarca #> 212 къырымтатарджа (Кирилл) #> 213 qırımtatarca (Latin) #> 214 tatarşa #> 215 #> 216 #> 217 #> 218 #> 219 #> 220 #> 221 čeština #> 222 kaszëbsczi #> 223 #> 224 #> 225 словѣньскъ / ⰔⰎⰑⰂⰡⰐⰠⰔⰍⰟ #> 226 чӑвашла #> 227 #> 228 Cymraeg #> 229 dansk #> 230 dagbanli #> 231 #> 232 #> 233 #> 234 Deutsch #> 235 #> 236 Österreichisches Deutsch #> 237 Schweizer Hochdeutsch #> 238 Deutsch (Sie-Form) #> 239 #> 240 #> 241 Dagaare #> 242 #> 243 Thuɔŋjäŋ #> 244 Zazaki #> 245 #> 246 #> 247 #> 248 #> 249 #> 250 #> 251 dolnoserbski #> 252 Dusun Bundu-liwan #> 253 डोटेली #> 254 #> 255 #> 256 #> 257 ދިވެހިބަސް #> 258 #> 259 #> 260 ཇོང་ཁ #> 261 #> 262 #> 263 eʋegbe #> 264 Efịk #> 265 emiliàn e rumagnòl #> 266 #> 267 #> 268 Ελληνικά #> 269 #> 270 #> 271 emiliàn e rumagnòl #> 272 English #> 273 #> 274 Canadian English #> 275 British English #> 276 #> 277 #> 278 #> 279 #> 280 #> 281 Esperanto #> 282 #> 283 #> 284 español #> 285 español de América Latina #> 286 #> 287 español (formal) #> 288 #> 289 #> 290 #> 291 eesti #> 292 #> 293 #> 294 #> 295 euskara #> 296 #> 297 estremeñu #> 298 #> 299 فارسی #> 300 #> 301 #> 302 mfantse #> 303 Fulfulde #> 304 suomi #> 305 #> 306 meänkieli #> 307 võro #> 308 Na Vosa Vakaviti #> 309 #> 310 #> 311 føroyskt #> 312 fɔ̀ngbè #> 313 #> 314 français #> 315 #> 316 #> 317 français cadien #> 318 #> 319 #> 320 #> 321 arpetan #> 322 Nordfriisk #> 323 #> 324 #> 325 #> 326 #> 327 furlan #> 328 Frysk #> 329 Gaeilge #> 330 Ga #> 331 Gagauz #> 332 贛語 #> 333 赣语(简体) #> 334 贛語(繁體) #> 335 #> 336 #> 337 #> 338 #> 339 #> 340 #> 341 kréyòl Gwadloup #> 342 kriyòl gwiyannen #> 343 Gàidhlig #> 344 #> 345 #> 346 #> 347 #> 348 #> 349 galego #> 350 на̄ни #> 351 گیلکی #> 352 #> 353 #> 354 #> 355 Avañe'ẽ #> 356 #> 357 गोंयची कोंकणी / Gõychi Konknni #> 358 गोंयची कोंकणी #> 359 Gõychi Konknni #> 360 #> 361 Bahasa Hulontalo #> 362 𐌲𐌿𐍄𐌹𐍃𐌺 #> 363 Ghanaian Pidgin #> 364 #> 365 Ἀρχαία ἑλληνικὴ #> 366 #> 367 Alemannisch #> 368 #> 369 ગુજરાતી #> 370 wayuunaiki #> 371 farefare #> 372 gungbe #> 373 #> 374 Gaelg #> 375 #> 376 #> 377 Hausa #> 378 #> 379 #> 380 #> 381 #> 382 客家語 / Hak-kâ-ngî #> 383 客家语(简体) #> 384 客家語(繁體) #> 385 Hak-kâ-ngî (Pha̍k-fa-sṳ) #> 386 #> 387 Hawaiʻi #> 388 #> 389 #> 390 #> 391 #> 392 עברית #> 393 हिन्दी #> 394 #> 395 #> 396 Fiji Hindi #> 397 Fiji Hindi #> 398 Ilonggo #> 399 #> 400 #> 401 #> 402 #> 403 #> 404 ہندکو #> 405 Hiri Motu #> 406 #> 407 hrvatski #> 408 Hunsrik #> 409 hornjoserbsce #> 410 湘语 #> 411 #> 412 #> 413 Kreyòl ayisyen #> 414 #> 415 magyar #> 416 magyar (formal) #> 417 #> 418 #> 419 հայերեն #> 420 Արեւմտահայերէն #> 421 Otsiherero #> 422 interlingua #> 423 Jaku Iban #> 424 ibibio #> 425 Bahasa Indonesia #> 426 Interlingue #> 427 Igbo #> 428 Igala #> 429 ꆇꉙ #> 430 Iñupiatun #> 431 #> 432 ᐃᓄᒃᑎᑐᑦ #> 433 inuktitut #> 434 #> 435 Ilokano #> 436 гӀалгӀай #> 437 Ido #> 438 íslenska #> 439 #> 440 medžuslovjansky #> 441 italiano #> 442 ᐃᓄᒃᑎᑐᑦ / inuktitut #> 443 #> 444 日本語 #> 445 #> 446 #> 447 #> 448 #> 449 Patois #> 450 la .lojban. #> 451 #> 452 #> 453 #> 454 #> 455 jysk #> 456 Jawa #> 457 ქართული #> 458 Qaraqalpaqsha #> 459 Taqbaylit #> 460 #> 461 Karai-karai #> 462 #> 463 #> 464 #> 465 адыгэбзэ #> 466 адыгэбзэ #> 467 #> 468 Kabɩyɛ #> 469 Tyap #> 470 #> 471 kabuverdianu #> 472 #> 473 #> 474 #> 475 #> 476 Kongo #> 477 Basa Kumoring #> 478 #> 479 #> 480 #> 481 #> 482 کھوار #> 483 Gĩkũyũ #> 484 Kırmancki #> 485 Kwanyama #> 486 хакас #> 487 ဖၠုံလိက် #> 488 қазақша #> 489 قازاقشا (تٴوتە) #> 490 قازاقشا (جۇنگو) #> 491 қазақша (кирил) #> 492 қазақша (Қазақстан) #> 493 qazaqşa (latın) #> 494 qazaqşa (Türkïya) #> 495 #> 496 kalaallisut #> 497 #> 498 #> 499 #> 500 #> 501 #> 502 ភាសាខ្មែរ #> 503 #> 504 #> 505 #> 506 #> 507 #> 508 ಕನ್ನಡ #> 509 #> 510 한국어 #> 511 #> 512 #> 513 조선말 #> 514 перем коми #> 515 #> 516 #> 517 #> 518 #> 519 kanuri #> 520 къарачай-малкъар #> 521 Krio #> 522 Kinaray-a #> 523 karjal #> 524 #> 525 कॉशुर / کٲشُر #> 526 کٲشُر #> 527 कॉशुर #> 528 #> 529 #> 530 Ripoarisch #> 531 စှီၤ #> 532 kurdî #> 533 کوردی (عەرەبی) #> 534 kurdî (latînî) #> 535 къумукъ #> 536 Kʋsaal #> 537 #> 538 коми #> 539 kernowek #> 540 #> 541 #> 542 кыргызча #> 543 Latina #> 544 Ladino #> 545 #> 546 #> 547 #> 548 #> 549 Lëtzebuergesch #> 550 лакку #> 551 #> 552 #> 553 #> 554 лезги #> 555 Lingua Franca Nova #> 556 Luganda #> 557 Limburgs #> 558 Ligure #> 559 #> 560 #> 561 Līvõ kēļ #> 562 لەکی #> 563 #> 564 Ladin #> 565 lombard #> 566 lingála #> 567 #> 568 ລາວ #> 569 #> 570 #> 571 Silozi #> 572 لۊری شومالی #> 573 #> 574 lietuvių #> 575 latgaļu #> 576 #> 577 #> 578 #> 579 #> 580 #> 581 Mizo ţawng #> 582 #> 583 لئری دوٙمینی #> 584 latviešu #> 585 文言 #> 586 Lazuri #> 587 Madhurâ #> 588 #> 589 मगही #> 590 मैथिली #> 591 #> 592 #> 593 Basa Banyumasan #> 594 #> 595 #> 596 #> 597 #> 598 мокшень #> 599 #> 600 #> 601 #> 602 #> 603 #> 604 Malagasy #> 605 #> 606 #> 607 #> 608 Ebon #> 609 #> 610 олык марий #> 611 Māori #> 612 #> 613 #> 614 Minangkabau #> 615 #> 616 #> 617 македонски #> 618 മലയാളം #> 619 монгол #> 620 #> 621 ᠮᠠᠨᠵᡠ ᡤᡳᠰᡠᠨ #> 622 manju gisun #> 623 ᠮᠠᠨᠵᡠ ᡤᡳᠰᡠᠨ #> 624 ꯃꯤꯇꯩ ꯂꯣꯟ #> 625 ဘာသာမန် #> 626 молдовеняскэ #> 627 #> 628 #> 629 moore #> 630 मराठी #> 631 Mara #> 632 кырык мары #> 633 Bahasa Melayu #> 634 بهاس ملايو #> 635 #> 636 Malti #> 637 #> 638 Baso Palembang #> 639 #> 640 Mvskoke #> 641 #> 642 #> 643 #> 644 Mirandés #> 645 #> 646 #> 647 မြန်မာဘာသာ #> 648 #> 649 эрзянь #> 650 مازِرونی #> 651 Dorerin Naoero #> 652 Nāhuatl #> 653 閩南語 / Bân-lâm-gú #> 654 #> 655 閩南語(傳統漢字) #> 656 Bân-lâm-gú (Pe̍h-ōe-jī) #> 657 Bân-lâm-gú (Tâi-lô) #> 658 Napulitano #> 659 #> 660 norsk bokmål #> 661 #> 662 Plattdüütsch #> 663 Nedersaksies #> 664 नेपाली #> 665 नेपाल भाषा #> 666 Oshiwambo #> 667 #> 668 Li Niha #> 669 కొలామి #> 670 Niuē #> 671 #> 672 Nederlands #> 673 #> 674 Nederlands (informeel) #> 675 #> 676 #> 677 nawdm #> 678 norsk nynorsk #> 679 #> 680 #> 681 #> 682 norsk #> 683 ᨣᩤᩴᨾᩮᩬᩥᨦ #> 684 ногайша #> 685 #> 686 #> 687 Novial #> 688 ߒߞߏ #> 689 #> 690 #> 691 #> 692 Nouormand #> 693 #> 694 Sesotho sa Leboa #> 695 Nupe #> 696 #> 697 Diné bizaad #> 698 #> 699 #> 700 Chi-Chewa #> 701 #> 702 runyankore #> 703 Orunyoro #> 704 Nyunga #> 705 #> 706 #> 707 occitan #> 708 #> 709 #> 710 #> 711 #> 712 Ojibwemowin #> 713 #> 714 #> 715 #> 716 #> 717 #> 718 #> 719 #> 720 #> 721 livvinkarjala #> 722 Oromoo #> 723 #> 724 #> 725 ଓଡ଼ିଆ #> 726 ирон #> 727 #> 728 #> 729 #> 730 #> 731 #> 732 #> 733 ਪੰਜਾਬੀ #> 734 Pangasinan #> 735 #> 736 #> 737 #> 738 #> 739 Kapampangan #> 740 #> 741 Papiamentu #> 742 #> 743 #> 744 #> 745 Picard #> 746 Naijá #> 747 Deitsch #> 748 Plautdietsch #> 749 #> 750 Pälzisch #> 751 #> 752 #> 753 #> 754 #> 755 #> 756 #> 757 #> 758 #> 759 पालि #> 760 #> 761 Norfuk / Pitkern #> 762 #> 763 #> 764 #> 765 polski #> 766 Piemontèis #> 767 پنجابی #> 768 Ποντιακά #> 769 #> 770 #> 771 #> 772 prūsiskan #> 773 #> 774 #> 775 پښتو #> 776 #> 777 #> 778 #> 779 #> 780 #> 781 #> 782 #> 783 português #> 784 #> 785 português do Brasil #> 786 #> 787 #> 788 pinayuanan #> 789 #> 790 Runa Simi #> 791 #> 792 Runa shimi #> 793 #> 794 #> 795 #> 796 #> 797 #> 798 #> 799 Rumagnôl #> 800 #> 801 #> 802 #> 803 Tarifit #> 804 ရခိုင် #> 805 #> 806 rumantsch #> 807 #> 808 #> 809 #> 810 #> 811 #> 812 #> 813 romaňi čhib #> 814 #> 815 #> 816 #> 817 #> 818 #> 819 #> 820 romani čhib #> 821 ikirundi #> 822 română #> 823 #> 824 armãneashti #> 825 tarandíne #> 826 #> 827 #> 828 руски #> 829 #> 830 русский #> 831 русиньскый #> 832 #> 833 #> 834 armãneashti #> 835 Vlăheşte #> 836 Влахесте #> 837 Vlăheşte #> 838 мыхаӀбишды #> 839 Ikinyarwanda #> 840 #> 841 #> 842 #> 843 #> 844 うちなーぐち #> 845 #> 846 संस्कृतम् #> 847 #> 848 #> 849 саха тыла #> 850 #> 851 #> 852 #> 853 ᱥᱟᱱᱛᱟᱲᱤ #> 854 #> 855 #> 856 #> 857 #> 858 #> 859 #> 860 sardu #> 861 #> 862 sicilianu #> 863 Scots #> 864 سنڌي #> 865 #> 866 #> 867 #> 868 #> 869 Sassaresu #> 870 کوردی خوارگ #> 871 #> 872 #> 873 davvisámegiella #> 874 davvisámegiella (Suoma bealde) #> 875 davvisámegiella (Norgga bealde) #> 876 davvisámegiella (Ruoŧa bealde) #> 877 #> 878 #> 879 Cmique Itom #> 880 #> 881 #> 882 Koyraboro Senni #> 883 Sängö #> 884 #> 885 žemaitėška #> 886 srpskohrvatski / српскохрватски #> 887 српскохрватски (ћирилица) #> 888 srpskohrvatski (latinica) #> 889 #> 890 Taclḥit #> 891 Taclḥit #> 892 ⵜⴰⵛⵍⵃⵉⵜ #> 893 ၽႃႇသႃႇတႆး #> 894 #> 895 tacawit #> 896 #> 897 tacawit #> 898 #> 899 සිංහල #> 900 #> 901 #> 902 Simple English #> 903 кӣллт са̄мь кӣлл #> 904 bidumsámegiella #> 905 #> 906 #> 907 #> 908 #> 909 slovenčina #> 910 سرائیکی #> 911 سرائیکی #> 912 slovenščina #> 913 #> 914 Schläsch #> 915 #> 916 Gagana Samoa #> 917 åarjelsaemien #> 918 #> 919 anarâškielâ #> 920 nuõrttsääʹmǩiõll #> 921 chiShona #> 922 #> 923 Soomaaliga #> 924 #> 925 shqip #> 926 српски / srpski #> 927 српски (ћирилица) #> 928 српски (ћирилица) #> 929 srpski (latinica) #> 930 srpski (latinica) #> 931 #> 932 Sranantongo #> 933 sardu campidanesu #> 934 #> 935 #> 936 SiSwati #> 937 #> 938 #> 939 Sesotho #> 940 #> 941 Seeltersk #> 942 #> 943 себертатар #> 944 Sunda #> 945 #> 946 #> 947 #> 948 #> 949 #> 950 svenska #> 951 Kiswahili #> 952 #> 953 #> 954 #> 955 #> 956 ꠍꠤꠟꠐꠤ #> 957 #> 958 #> 959 ślůnski #> 960 Sakizaya #> 961 தமிழ் #> 962 Tayal #> 963 #> 964 ತುಳು #> 965 ᥖᥭᥰ ᥖᥬᥲ ᥑᥨᥒᥰ #> 966 తెలుగు #> 967 #> 968 #> 969 #> 970 tetun #> 971 тоҷикӣ #> 972 тоҷикӣ #> 973 tojikī #> 974 #> 975 ไทย #> 976 #> 977 ትግርኛ #> 978 #> 979 #> 980 #> 981 Türkmençe #> 982 #> 983 #> 984 Tagalog #> 985 #> 986 #> 987 #> 988 #> 989 #> 990 tolışi #> 991 толыши #> 992 #> 993 Setswana #> 994 #> 995 lea faka-Tonga #> 996 #> 997 toki pona #> 998 Tok Pisin #> 999 Türkçe #> 1000 Ṫuroyo #> 1001 Seediq #> 1002 #> 1003 Xitsonga #> 1004 #> 1005 #> 1006 татарча / tatarça #> 1007 татарча #> 1008 tatarça #> 1009 Orutooro #> 1010 #> 1011 #> 1012 #> 1013 chiTumbuka #> 1014 #> 1015 #> 1016 Twi #> 1017 #> 1018 #> 1019 reo tahiti #> 1020 тыва дыл #> 1021 #> 1022 ⵜⴰⵎⴰⵣⵉⵖⵜ #> 1023 удмурт #> 1024 ئۇيغۇرچە / Uyghurche #> 1025 ئۇيغۇرچە #> 1026 Uyghurche #> 1027 #> 1028 українська #> 1029 #> 1030 #> 1031 #> 1032 #> 1033 #> 1034 #> 1035 اردو #> 1036 #> 1037 oʻzbekcha / ўзбекча #> 1038 ўзбекча #> 1039 oʻzbekcha #> 1040 #> 1041 Tshivenda #> 1042 vèneto #> 1043 vepsän kel’ #> 1044 Tiếng Việt #> 1045 #> 1046 West-Vlams #> 1047 Mainfränkisch #> 1048 emakhuwa #> 1049 Volapük #> 1050 Vaďďa #> 1051 võro #> 1052 #> 1053 #> 1054 walon #> 1055 #> 1056 wolaytta #> 1057 Winaray #> 1058 #> 1059 #> 1060 #> 1061 #> 1062 Fakaʻuvea #> 1063 Wolof #> 1064 #> 1065 吴语 #> 1066 吴语(简体) #> 1067 吳語(正體) #> 1068 #> 1069 хальмг #> 1070 #> 1071 isiXhosa #> 1072 მარგალური #> 1073 #> 1074 #> 1075 #> 1076 #> 1077 #> 1078 #> 1079 #> 1080 saisiyat #> 1081 #> 1082 #> 1083 #> 1084 #> 1085 #> 1086 #> 1087 #> 1088 ייִדיש #> 1089 #> 1090 Yorùbá #> 1091 #> 1092 #> 1093 #> 1094 #> 1095 Nhẽẽgatú #> 1096 粵語 #> 1097 粵语(简体) #> 1098 粵語(繁體) #> 1099 Vahcuengh #> 1100 #> 1101 #> 1102 #> 1103 Zeêuws #> 1104 #> 1105 ⵜⴰⵎⴰⵣⵉⵖⵜ ⵜⴰⵏⴰⵡⴰⵢⵜ #> 1106 tamaziɣt tanawayt #> 1107 中文 #> 1108 文言 #> 1109 中文(中国大陆) #> 1110 中文(简体) #> 1111 中文(繁體) #> 1112 中文(香港) #> 1113 閩南語 / Bân-lâm-gú #> 1114 中文(澳門) #> 1115 中文(马来西亚) #> 1116 中文(新加坡) #> 1117 中文(臺灣) #> 1118 粵語 #> 1119 #> 1120 #> 1121 isiZulu #> 1122 #> 1123 #> 1124"},{"path":"https://tomeriko96.github.io/polyglotr/reference/wmcloud_translate.html","id":null,"dir":"Reference","previous_headings":"","what":"Translate content using WMCloud — wmcloud_translate","title":"Translate content using WMCloud — wmcloud_translate","text":"function sends POST request WMCloud translation API specified parameters, parses JSON response, returns translated content.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/wmcloud_translate.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Translate content using WMCloud — wmcloud_translate","text":"","code":"wmcloud_translate( content, target_language = \"en\", source_language = \"en\", format = \"text\", model = \"nllb200-600M\" )"},{"path":"https://tomeriko96.github.io/polyglotr/reference/wmcloud_translate.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Translate content using WMCloud — wmcloud_translate","text":"content content translate. Can plain text, URL (webpage), JSON string, Markdown string. target_language target language translation (default \"en\"). source_language source language content (default \"en\"). format format content (\"json\", \"markdown\", \"text\", \"webpage\"). model model use translation (\"nllb200-600M\" currently known work).","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/wmcloud_translate.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Translate content using WMCloud — wmcloud_translate","text":"translated content.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/reference/wmcloud_translate.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Translate content using WMCloud — wmcloud_translate","text":"","code":"if (FALSE) { # \\dontrun{ # Translate plain text wmcloud_translate(\"rijst\", target_language = \"es\", source_language = \"nl\", format = \"text\") # Translate a webpage wmcloud_translate(\"https://en.m.wikivoyage.org/wiki/Goes\", target_language = \"es\", source_language = \"en\", format = \"webpage\") # Translate JSON content wmcloud_translate('{ \"id\": 1, \"title\": \"Chicken Biryani\", \"description\": \"Chicken Biryani is a savory chicken and rice dish\", \"ingredients\": [ \"Vegetable oil\", \"Garlic\", \"Ginger\" ,\"Rice\"] } ', target_language = \"es\", source_language = \"en\", format = \"json\") # Translate Markdown content wmcloud_translate('# Heading This is a [link to Wikipedia](https://wikipedia.org) ', target_language = \"es\", source_language = \"en\", format = \"markdown\") } # }"},{"path":"https://tomeriko96.github.io/polyglotr/news/index.html","id":"polyglotr-152","dir":"Changelog","previous_headings":"","what":"polyglotr 1.5.2","title":"polyglotr 1.5.2","text":"CRAN release: 2024-08-23 Fixes encoding issue google_translate()","code":""},{"path":"https://tomeriko96.github.io/polyglotr/news/index.html","id":"polyglotr-151","dir":"Changelog","previous_headings":"","what":"polyglotr 1.5.1","title":"polyglotr 1.5.1","text":"CRAN release: 2024-07-27 Adds specialized function translate long text objects Adds translation models wmcloud","code":""},{"path":"https://tomeriko96.github.io/polyglotr/news/index.html","id":"polyglotr-150","dir":"Changelog","previous_headings":"","what":"polyglotr 1.5.0","title":"polyglotr 1.5.0","text":"CRAN release: 2024-05-03 Adds Pons dictionary method Adds FunTranslaion methods morse code","code":""},{"path":"https://tomeriko96.github.io/polyglotr/news/index.html","id":"polyglotr-140","dir":"Changelog","previous_headings":"","what":"polyglotr 1.4.0","title":"polyglotr 1.4.0","text":"CRAN release: 2024-02-12 Adds QCRI methods Adds Pons methods Adds Wikimedia Foundation methods Adds Google Transliteration methods","code":""},{"path":"https://tomeriko96.github.io/polyglotr/news/index.html","id":"polyglotr-131","dir":"Changelog","previous_headings":"","what":"polyglotr 1.3.1","title":"polyglotr 1.3.1","text":"CRAN release: 2024-01-09 fixes testing issue CRAN checks","code":""},{"path":"https://tomeriko96.github.io/polyglotr/news/index.html","id":"polyglotr-130","dir":"Changelog","previous_headings":"","what":"polyglotr 1.3.0","title":"polyglotr 1.3.0","text":"CRAN release: 2023-12-06 fixes bug concerning special characters google_translate() adds function retrieve supported languages Google Translate adds function validate language codes adds package dataset supported languages Google Translate","code":""},{"path":"https://tomeriko96.github.io/polyglotr/news/index.html","id":"polyglotr-122","dir":"Changelog","previous_headings":"","what":"polyglotr 1.2.2","title":"polyglotr 1.2.2","text":"CRAN release: 2023-10-30 add batch_translate","code":""},{"path":"https://tomeriko96.github.io/polyglotr/news/index.html","id":"polyglotr-121","dir":"Changelog","previous_headings":"","what":"polyglotr 1.2.1","title":"polyglotr 1.2.1","text":"CRAN release: 2023-08-08","code":""},{"path":"https://tomeriko96.github.io/polyglotr/news/index.html","id":"polyglotr-120","dir":"Changelog","previous_headings":"","what":"polyglotr 1.2.0","title":"polyglotr 1.2.0","text":"CRAN release: 2023-07-17 Fixes vectorization issue google_translate() language_detect() function return input language. google_translate_file() function translate entire file. Added vignettes. Added NEWS.md file track changes package.","code":""},{"path":"https://tomeriko96.github.io/polyglotr/news/index.html","id":"polyglotr-110","dir":"Changelog","previous_headings":"","what":"polyglotr 1.1.0","title":"polyglotr 1.1.0","text":"CRAN release: 2023-06-17 Published CRAN","code":""}]