open class Locale
NOTE: This class has been automatically generated from the io.vertx.ext.web.Locale non RX-ified interface using Vert.x codegen.
Locale(delegate: Locale) |
static val __TYPE_ARG: TypeArg<Locale> |
open fun country(): String
Returns the country as reported by the HTTP client. |
|
open static fun create(): Localeopen static fun create(language: String): Localeopen static fun create(language: String, country: String): Localeopen static fun create(language: String, country: String, variant: String): Locale |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): Locale |
|
open fun hashCode(): Int |
|
open fun language(): String
Returns the language as reported by the HTTP client. |
|
open static fun newInstance(arg: Locale): Locale |
|
open fun toString(): String |
|
open fun variant(): String
Returns the variant as reported by the HTTP client. |