public class ServiceSDKResourceBundle extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getFormattedCurrency(double aValue) |
String |
getFormattedCurrency(double aValue,
Locale locale) |
String |
getFormattedDate(Date inputDate) |
String |
getFormattedDate(Date inputDate,
Locale locale) |
String |
getFormattedNumber(double aValue) |
String |
getFormattedNumber(double aValue,
Locale locale) |
String |
getFormattedTime(Date inputDate) |
String |
getFormattedTime(Date inputDate,
Locale locale) |
static ServiceSDKResourceBundle |
getInstance() |
Locale |
getLocale() |
String |
getMessage(String key) |
String |
getMessage(String key,
Object[] messageArguments) |
void |
setLocale(Locale locale) |
void |
setLocale(String language) |
void |
setLocale(String language,
String country) |
void |
setLocale(String language,
String country,
String variant) |
public static ServiceSDKResourceBundle getInstance()
public Locale getLocale()
public void setLocale(Locale locale)
public void setLocale(String language)
public String getFormattedNumber(double aValue)
public String getFormattedCurrency(double aValue)
Copyright © 2020 SAP. All Rights Reserved.