PropertyItemsLocalTextRegistration.AddPropertyItemsTexts method
Adds local text translations defined implicitly by DisplayNameAttribute, TabAttribute, PlaceholderAttribute, HintAttribute, etc. attributes used in Column/Form definitions.
public static void AddPropertyItemsTexts(this ILocalTextRegistry registry, ITypeSource typeSource,
string languageID = "")
| parameter | description |
|---|---|
| registry | The registry to add texts to. |
| typeSource | The type source to search for property item types in. |
| languageID | The language ID texts will be added for (default is the invariant language). |
See Also
- interface ILocalTextRegistry
- interface ITypeSource
- class PropertyItemsLocalTextRegistration