SVGBuilderExtensions.Lang

SVGBuilderExtensions.Lang<TBuilder> method

Sets the ’lang’ attribute, specifying the language of the element’s content.

public static TBuilder Lang<TBuilder>(this TBuilder builder, string value)
    where TBuilder : ISVGElementBuilder, ICoreAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe SVG element builder.
valueThe language code for the element’s content.

Return Value

The builder instance for chaining.

See Also