Skip to contents

List all languages supported by the World Bank API.

Usage

wb_language()

Value

A data.frame() with the available languages. The columns are:

code

The language code.

name

The language name.

native_form

The native form of the language name.

See also

Examples

wb_language()
#> # A tibble: 23 × 3
#>    code  name       native_form     
#>    <chr> <chr>      <chr>           
#>  1 en    English    English         
#>  2 es    Spanish    Español         
#>  3 fr    French     Français        
#>  4 ar    Arabic     عربي            
#>  5 zh    Chinese    中文            
#>  6 bg    Bulgarian  Български       
#>  7 de    German     Deutsch         
#>  8 hi    Hindi      हिंदी            
#>  9 id    Indonesian Bahasa indonesia
#> 10 ja    Japanese   日本語          
#> # ℹ 13 more rows