Uses of Class
com.longbridge.Language
-
Packages that use Language Package Description com.longbridge -
-
Uses of Language in com.longbridge
Methods in com.longbridge 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.longbridge 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.
-