Skip to contents

Takes any vector of ISO codes and returns languages.

Usage

lang.iso(x)

Arguments

x

A character vector of the ISO codes.

See also

Author

George Moroz <agricolamz@gmail.com>

Examples

lang.iso('ady')
#>      ady 
#> "Adyghe" 
lang.iso(c('ady', 'rus'))
#>       ady       rus 
#>  "Adyghe" "Russian"