Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElement Class / SystemLanguage Property

In This Topic
    SystemLanguage Property
    In This Topic
    Gets or sets the list of language tags, as defined in BCP 47.
    Syntax
    'Declaration
     
    Public Property SystemLanguage As System.Collections.Generic.List(Of String)
    public System.Collections.Generic.List<string> SystemLanguage {get; set;}
    See Also