TextBundle

org.beangle.commons.text.i18n.TextBundle
final class TextBundle(val locale: Locale, val resource: String, val texts: Map[String, String])

TextBundle

Attributes

Since

3.0.0

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def get(key: String): Option[String]
def merge(second: TextBundle): TextBundle
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val locale: Locale
val resource: String
val texts: Map[String, String]