EntityLocalTexts.AddRowTexts method

namespace: Serenity.Localization   assemblySerenity.Net.Entity

Adds the row texts.

public static void AddRowTexts(this ILocalTextRegistry registry, IEnumerable<IRow> rowInstances, 
    string languageID = "")
parameter description
registry The registry.
rowInstances The row instances.
languageID The language identifier.

Exceptions

exception condition
ArgumentNullException registry or rowInstances

See Also