Skip to content

NestedLocalTextRegistration.AddNestedTexts method

Adds translations from static nested local text classes marked with NestedLocalTextsAttribute.

public static void AddNestedTexts(this ILocalTextRegistry registry, ITypeSource typeSource)
parameter description
registry The registry to add texts to.
typeSource The type source to search for nested local text classes in.

See Also