BundleKind

org.nlogo.core.I18N.BundleKind
class BundleKind(name: String) extends I18NJava

Attributes

Source
I18N.scala
Graph
Supertypes
trait I18NJava
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(key: String)(implicit prefix: Prefix): String

Attributes

Source
I18N.scala
def apply(key: String, args: AnyRef*)(implicit prefix: Prefix): String

Attributes

Source
I18N.scala
override def get(key: String): String

Attributes

Definition Classes
I18NJava
Source
I18N.scala
def getBundle(locale: Locale): ResourceBundle

Attributes

Source
I18N.scala
override def getN(key: String, args: AnyRef*): String

Attributes

Definition Classes
I18NJava
Source
I18N.scala
def keys(locale: Locale): Set[String]

Attributes

Source
I18N.scala
def setLanguage(locale: Locale): Unit

Attributes

Source
I18N.scala
def withLanguage[T](locale: Locale)(f: => T): T

Attributes

Source
I18N.scala

Concrete fields

val defaultLocale: Locale

Attributes

Source
I18N.scala
override val fn: String => String

Attributes

Source
I18N.scala