DesktopLocaleChangeNotifier

The desktop JVM has no locale-change notification: Locale.getDefault() is fixed for the life of the process unless the app itself changes it, so there is nothing to observe. Consumers still get their initial read.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val localeChanges: Flow<Unit>