stringi (version 1.6.2)

stri_locale_list: List Available Locales

Description

Creates a character vector with all available locale identifies.

Usage

stri_locale_list()

Arguments

Value

Returns a character vector with locale identifiers that are known to ICU.

Details

Note that some of the services may be unavailable in some locales. Querying for locale-specific services is always performed during the resource request.

See stringi-locale for more information.

See Also

The official online manual of stringi at https://stringi.gagolewski.com/

Other locale_management: about_locale, stri_locale_info(), stri_locale_set()

Examples

Run this code
# NOT RUN {
stri_locale_list()

# }

Run the code above in your browser using DataCamp Workspace