Uses of Class
com.longport.Language
-
Packages that use Language Package Description com.longport -
-
Uses of Language in com.longport
Methods in com.longport that return Language Modifier and Type Method Description static LanguageLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static Language[]Language. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.longport with parameters of type Language Modifier and Type Method Description static longSdkNative. configSetLanguage(long config, Language language)ConfigConfig. language(Language language)Set the language identifier.
-