com.osinka.i18n.Localized
See theLocalized companion trait
object Localized
Provides a helper for "localized" objects.
For example, for Messages:
Localized(user) { implicit lang =>
Messages("error")
}
Attributes
Members list
In this article