All Downloads are FREE. Search and download functionalities are using the official Maven repository.

macosX64Main.common.Currency.objc.kt Maven / Gradle / Ivy

The newest version!
package com.github.fluidsonic.fluid.stdlib

import platform.Foundation.*
import platform.Foundation.NSLocale as PlatformLocale


actual fun Currency.name(locale: Locale) =
	locale.toPlatform().localizedStringForCurrencyCode(code) ?: code


internal actual object Currency_Static {

	@Suppress("UNCHECKED_CAST")
	actual val allCurrencyCodes: Set = (PlatformLocale.ISOCurrencyCodes as List).toHashSet()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy