interface LocalizedTextOptions {
    locale?: UAString;
    text?: UAString;
}

Properties

Properties

locale?: UAString
text?: UAString