public class LanguageOptions extends Object implements Serializable
forLocale(Locale) to create a preconfigured LanguageOptions
object for a specific locale.| Constructor and Description |
|---|
LanguageOptions() |
public static LanguageOptions forLocale(Locale locale)
LanguageOptions for the specified locale. If the locale
is not supported, an empty LanguageOptions object is returned.
Highcharts will then automatically fall back to english.
To look up the locale-specific strings, the resource bundle
com/googlecode/wicketcharts/highcharts/options/LanguageOptions .properties
is used. To add your own language, simply copy one of the existing resource
bundles, modify it and then add it in the classpath in the same package.
locale - the locale for which to create the Language options.public String getDecimalPoint()
public String getDownloadJPEG()
public String getDownloadPDF()
public String getDownloadPNG()
public String getDownloadSVG()
public String getExportButtonTitle()
public String getLoading()
public String getPrintButtonTitle()
public String getResetZoom()
public String getResetZoomTitle()
public String getThousandsSep()
public LanguageOptions setDecimalPoint(String decimalPoint)
public LanguageOptions setDownloadJPEG(String downloadJPEG)
public LanguageOptions setDownloadPDF(String downloadPDF)
public LanguageOptions setDownloadPNG(String downloadPNG)
public LanguageOptions setDownloadSVG(String downloadSVG)
public LanguageOptions setExportButtonTitle(String exportButtonTitle)
public LanguageOptions setLoading(String loading)
public LanguageOptions setMonths(List<String> months)
public LanguageOptions setPrintButtonTitle(String printButtonTitle)
public LanguageOptions setResetZoom(String resetZoom)
public LanguageOptions setResetZoomTitle(String resetZoomTitle)
public LanguageOptions setShortMonths(List<String> shortMonths)
public LanguageOptions setThousandsSep(String thousandsSep)
public LanguageOptions setWeekdays(List<String> weekdays)
Copyright © 2013. All Rights Reserved.