public class I18nUtils extends Object
Constructor and Description |
---|
I18nUtils() |
Modifier and Type | Method and Description |
---|---|
static javax.faces.context.FacesContext |
getFacesContext() |
static Locale |
getLocale() |
static String |
rbValue(Locale loc,
String key,
Object... params) |
static String |
rbValue(String bundle,
Locale loc,
String key,
Object... params) |
static String |
rbValue(String key,
Object... params)
Methode zum Auflösen eines i18n-Keys zum aktuellen Wert Zusätzlich werden Ersetzungen mittels der übergebenen
Parameter (1..n) durchgeführt.
|
public static String rbValue(String key, Object... params)
public static Locale getLocale()
public static javax.faces.context.FacesContext getFacesContext()
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.