JsonLocalTextRegistration.AddFromNestedDictionary method
Adds translations from a hierarchical local text dictionary parsed from a JSON file.
public static void AddFromNestedDictionary(IDictionary<string, object> nested, string prefix,
string languageID, ILocalTextRegistry registry)
| parameter | description |
|---|---|
| nested | The object parsed from the local text JSON string. |
| prefix | The prefix to prepend before local text keys. |
| languageID | The language ID. |
| registry | The registry to add texts to. |
See Also
- interface ILocalTextRegistry
- class JsonLocalTextRegistration