Skip to content

EntityLocalTexts.AddRowTexts method

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