Source set: Common
public val LocalLocale: CompositionLocal<Locale> = compositionLocalWithComputedDefaultOf {
LocalLocaleList.currentValue.first()
}
The CompositionLocal to provide the locale.
The CompositionLocal to provide the locale.
public val LocalLocale: CompositionLocal<Locale> = compositionLocalWithComputedDefaultOf {
LocalLocaleList.currentValue.first()
}
The CompositionLocal to provide the locale.
Content updated: