Nevron Open Vision Documentation
Nevron.Nov Namespace / NLoc Class / Get Method
The key to translate.


In This Topic
    Get Method (NLoc)
    In This Topic
    Gets the translation of the given key from the localization dictionary. If a translation for the key does not exist, the key itself is returned.
    Syntax
    'Declaration
     
    
    Public Shared Function Get( _
       ByVal key As System.String _
    ) As System.String
    'Usage
     
    
    Dim key As System.String
    Dim value As System.String
     
    value = NLoc.Get(key)
    public static System.string Get( 
       System.string key
    )

    Parameters

    key
    The key to translate.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also