interface LocalizedString {
    locale: string;
    value: string;
}

Properties

Properties

locale: string

The locale code of the localized string.

value: string

The localized string.