A2uiLocaleProvider


public fun interface A2uiLocaleProvider


Resolves the current Locale.

Summary

Public fields

default static final @NonNull A2uiLocaleProvider

Default provider using the current system locale.

Public methods

abstract @NonNull Locale

Returns the resolved Locale.

Public fields

Default

default static final @NonNull A2uiLocaleProvider Default

Default provider using the current system locale.

Public methods

getLocale

Added in 1.0.0-alpha01
abstract @NonNull Locale getLocale()

Returns the resolved Locale.