Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgDocument Class / Cultures Property

In This Topic
    Cultures Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Property Cultures As System.Collections.Generic.List(Of CultureInfo)
    public System.Collections.Generic.List<CultureInfo> Cultures {get; set;}
    See Also