[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.GcSvgDocument.Cultures

Cultures Property

Cultures

Gets or sets the list of cultures to match values of the 'systemLanguage' attribute of SVG elements.

If this list is empty the language is taken from the current thread's CurrentCulture.

Declaration
public List<CultureInfo> Cultures { get; set; }
Public Property Cultures As List(Of CultureInfo)