Locale String
🪢 LocaleString Struct
Represents a string localized to a specific locale.
Namespace:
Esper.FeelSpeak.LocalizationType:struct
📦 Fields
Access
Field
Type
Description
public
localeCode
string
Unique code representing the locale.
public
value
string
The localized string value for that locale.
Last updated