public class LocalizationUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getLocalizedString(String original,
ResourceBundle bundle)
Returns the original string with all localizable strings replaced by
their translation.
|
public static String getLocalizedString(String original, ResourceBundle bundle)
The locale of the resource bundle will be used for formatting of the localizable string parameters which are date/time/number.
original
- original stringbundle
- resource bundleCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.