LocalTextRegistry.GetAllAvailableTextsInLanguage method
Gets all available text keys (that have a translation in the language or any of its language fallbacks) and their local texts.
public Dictionary<string, string> GetAllAvailableTextsInLanguage(string languageID, bool pending)
| parameter | description |
|---|---|
| languageID | The language ID (required). |
| pending | true if pending texts should be returned (e.g. in preview/edit mode). |
Return Value
A dictionary of all texts in the language.
See Also
- class LocalTextRegistry