LocalTextRegistry.Add method
Adds a local text entry to the registry.
public void Add(string languageID, string key, string? text)
| parameter | description |
|---|---|
| languageID | The language ID (e.g. en-US, tr-TR). |
| key | The local text key. |
| text | The translated text. |
See Also
- class LocalTextRegistry