R/utilities.R
get_locale.Rd
OS-flexible approach to determining the system locale with respect to language and location.
get_locale(category = "LC_TIME")
character string of the locale environmental variable to use, passed directly to Sys.getlocale.
character
Sys.getlocale
character vector with elements "language" and "location".
"language"
"location"
get_locale()