NavigationLocalTextRegistration.AddNavigationTexts method
Adds navigation item related texts.
public static void AddNavigationTexts(this ILocalTextRegistry registry, ITypeSource typeSource,
string languageID = "")
| parameter | description |
|---|---|
| registry | The registry to add texts to. |
| typeSource | The type source to search for navigation item attributes in. |
| languageID | The language ID texts will be added for (default is the invariant language). |
See Also
- interface ILocalTextRegistry
- interface ITypeSource
- class NavigationLocalTextRegistration