Uses of Class
org.mariuszgromada.math.mxparser.StringResources
Packages that use StringResources
-
Uses of StringResources in org.mariuszgromada.math.mxparser
Methods in org.mariuszgromada.math.mxparser that return StringResourcesModifier and TypeMethodDescriptionstatic StringResourcesStringResources.bestMatchingLanguage()Returns translation that best matches to the current system locale.static StringResourcesStringResources.bestMatchingLanguage(String language) Returns translation that best matches to provided language code.static StringResourcesStringResources.bestMatchingLanguage(Locale locale) Returns translation that best matches to provided locale.static StringResourcesStringModel.getStringResources()Gets currently used user-specific text resource object.static StringResourcesStringResources.languageChinese()Simplified Chinese translationsstatic StringResourcesStringResources.languageDefault()Default translations, currently Englishstatic StringResourcesStringResources.languageEnglish()English translationsstatic StringResourcesStringResources.languageFrench()French translationsstatic StringResourcesStringResources.languageGerman()German translationsstatic StringResourcesStringResources.languageItalian()Italian translationsstatic StringResourcesStringResources.languagePolish()Polish translationsstatic StringResourcesStringResources.languagePortuguese()Portuguese translationsstatic StringResourcesStringResources.languageSpanish()Spanish translationsMethods in org.mariuszgromada.math.mxparser with parameters of type StringResourcesModifier and TypeMethodDescriptionstatic voidStringModel.setStringResources(StringResources stringResources) Sets a user-specific text resource object.