Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Localization Namespace / LanguagePackage Class / NativeName Property


In This Topic
    NativeName Property
    In This Topic
    Gets the name of the language package in the native language.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NativeName As String
    'Usage
     
    
    Dim instance As LanguagePackage
    Dim value As String
     
    value = instance.NativeName
    public string NativeName {get;}

    Property Value

    The native name of the language package.
    See Also