Constructor LocalizedTextElement
LocalizedTextElement()
Default constructor.
Declaration
public LocalizedTextElement()
LocalizedTextElement(string)
Constructor with a reference text.
Declaration
public LocalizedTextElement(string text)
Parameters
Type | Name | Description |
---|---|---|
string | text | The reference text to use when formatting the localized string. You can also use plain text for no translation. |