Functions
Link copied to clipboard
fun supportedLocalesOf(locales: Locale, options: SupportedLocalesOptions = definedExternally): ReadonlyArray<UnicodeBCP47LocaleIdentifier>
fun supportedLocalesOf(locales: ReadonlyArray<Locale>, options: SupportedLocalesOptions = definedExternally): ReadonlyArray<UnicodeBCP47LocaleIdentifier>
fun supportedLocalesOf(locales: ReadonlyArray<UnicodeBCP47LocaleIdentifier>, options: SupportedLocalesOptions = definedExternally): ReadonlyArray<UnicodeBCP47LocaleIdentifier>
fun supportedLocalesOf(locales: UnicodeBCP47LocaleIdentifier = definedExternally, options: SupportedLocalesOptions = definedExternally): ReadonlyArray<UnicodeBCP47LocaleIdentifier>
Returns an array containing those of the provided locales that are supported in display names without having to fall back to the runtime's default locale.