[]
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.
public List<CultureInfo> Cultures { get; set; }
Public Property Cultures As List(Of CultureInfo)