API ReferenceSandbox.Localization
PhraseCollectionclass
Holds a bunch of localized phrases
object→PhraseCollection
Constructors1
Showing 1 constructors
public PhraseCollection()
No results match this filter.
Methods2
Showing 2 methods
public string GetPhrase(string phrase, System.Collections.Generic.Dictionary`2<string,object> data = null)
| Parameter | Type | Description |
|---|---|---|
| phrase | string | — |
| data = null | Dictionary<string,object> | — |
Returns:
string—public void Set(string key, string value)
Add a phrase to the language
| Parameter | Type | Description |
|---|---|---|
| key | string | — |
| value | string | — |
Returns:
void—No results match this filter.