Class LocaleSetup

    • Constructor Detail

      • LocaleSetup

        public LocaleSetup​(String locale)
        This creates an object, that can be used to enable (setup) and disable (teardown) settings of the running JVM.
        Parameters:
        locale - The name of the requested locale is built from an IETF BCP 47 language tag string, e. g. en-US or de-DE. The language tag string is the same that is processed by the JavaSE standard class Locale.forLanguageTag(String).