Skip to contents

Returns the currently active locale for pharmhand translations.

Usage

get_locale()

Value

Character string indicating the current locale ("en" or "de").

See also

Examples

get_locale()
#> [1] "en"
# [1] "en"

set_locale("de")
get_locale()
#> [1] "de"
# [1] "de"