Package de.hsh.graja.common
Class LocaleSetup
java.lang.Object
de.hsh.graja.util.SetupTeardownChain
de.hsh.graja.common.LocaleSetup
- All Implemented Interfaces:
SetupTeardown
-
Constructor Summary
ConstructorsConstructorDescriptionLocaleSetup
(String locale) This creates an object, that can be used to enable (setup) and disable (teardown) settings of the running JVM. -
Method Summary
Methods inherited from class de.hsh.graja.util.SetupTeardownChain
add, setup, teardown
-
Constructor Details
-
LocaleSetup
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 classLocale.forLanguageTag(String)
.
-