NavigationLocalTextRegistration.AddNavigationTexts method
namespace: Serenity.Localization assembly: Serenity.Net.Core
Adds navigation item related texts
public static void AddNavigationTexts(this ILocalTextRegistry registry, ITypeSource typeSource,
string languageID = "")
| parameter | description |
|---|---|
| typeSource | Type source to search for enumeration classes in |
| languageID | Language ID texts will be added (default is invariant language) |
| registry | Registry |
See Also
- interface ILocalTextRegistry
- interface ITypeSource
- class NavigationLocalTextRegistration