@QiStruct open class LocalizedString
Struct representing a string with a language.
Since
2
<init> |
Create a new LocalizedString(string: String!, locale: Locale!) |
equals |
open fun equals(other: Any?): Boolean |
getLocale |
open fun getLocale(): Locale! |
getString |
open fun getString(): String! |
hashCode |
open fun hashCode(): Int |
setLocale |
Setter for locale open fun setLocale(locale: Locale!): Unit |
setString |
Setter for string open fun setString(string: String!): Unit |
toString |
open fun toString(): String |