Companion
object Companion
Functions
Link copied to clipboard
Link copied to clipboard
Returns the singleton instance for each adapter type
Link copied to clipboard
fun getAdapter(providerClass: KClass<out LocaleServiceProvider>, locale: Locale): LocaleProviderAdapter
Returns a LocaleProviderAdapter for the given locale service provider that best matches the given locale. This method returns the LocaleProviderAdapter for JRE if none is found for the given locale.
Link copied to clipboard