public class I18N extends Object
Utility class for translation of text fragments
Copyright 2017 (C) by Martin Ganserer
| Modifier and Type | Field and Description |
|---|---|
static String |
LABEL_SEPARATOR |
| Modifier and Type | Method and Description |
|---|---|
static String |
getTranslation(ResourceBundle resourceBoundle,
String key) |
static String |
getTranslation(ResourceBundle resourceBoundle,
String key,
Object... params) |
static String |
getTranslationForFieldLabel(ResourceBundle resourceBoundle,
String key) |
public static final String LABEL_SEPARATOR
public static String getTranslation(ResourceBundle resourceBoundle, String key)
resourceBoundle - key - public static String getTranslation(ResourceBundle resourceBoundle, String key, Object... params)
resourceBoundle - key - params - public static String getTranslationForFieldLabel(ResourceBundle resourceBoundle, String key)
resourceBoundle - key - Copyright © 2018. All rights reserved.