Package org.jxls.util

Class JxlsNationalLanguageSupport

java.lang.Object
org.jxls.util.JxlsNationalLanguageSupport

public abstract class JxlsNationalLanguageSupport extends Object
With R{key} in the Excel XLSX template file, resource bundles can be accessed to realize multilingualism. This is the JXLS standard solution since 2.8.0. It is particularly necessary when using PivotTables. Usually this class is called before the actual JXLS processing in order to create a modified temporary template file from the given template file. With R{key=defaultValue}, a default value can be specified for the case that there is no value for the key. Otherwise key is the fallback value. The notation can be adjusted using setStart, setEnd and setDefaultValueDelimiter.