Uses of Enum Class
com.teamdev.jxbrowser.engine.Language
Package
Description
This package provides the classes that allow you to work with engines.
-
Uses of Language in com.teamdev.jxbrowser.engine
Modifier and TypeMethodDescriptionEngineOptions.language()
Returns the Chromium language that is used on the default error pages and message dialogs.static Language
Returns the enum constant of this class with the specified name.static Language[]
Language.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionReturns anOptional
that contains theLanguage
for the givenlanguage
andcountry
codes or an emptyOptional
if there is noLanguage
associated with the specifiedlanguage
andcountry
codes.Returns anOptional
that contains theLanguage
for the givenLocale
or an emptyOptional
if there is noLanguage
associated with the language obtained from the givenLocale
.Modifier and TypeMethodDescriptionSets the Chromium language that is used on the default error pages and the message dialogs.