Aspect CurrentLocalepub

Source
:aspect(pub) CurrentLocale
  .locale (  Locale )
  .lookup-order (  (Vec Locale) )
Description

Ambient current-locale aspect. Resolves the active Locale and the locale fallback chain for lookups such as message formatting and collation.

Operations

.locale ( Locale )

Returns the currently-active locale.

.lookup-order ( (Vec Locale) )

Returns the ordered locale fallback chain used for lookup.