NativeName Property | Spread Windows Forms 18
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

Property Value

The native name of the language package.
See Also