Nevron Open Vision Documentation
Nevron.Nov Namespace / NLocalizedString Structure / NLocalizedString Constructor / NLocalizedString Constructor(String,String)


In This Topic
    NLocalizedString Constructor(String,String)
    In This Topic
    Creates a localized string with the given original and translated value.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal original As System.String, _
       ByVal translated As System.String _
    )
    'Usage
     
    
    Dim original As System.String
    Dim translated As System.String
     
    Dim instance As New NLocalizedString(original, translated)
    public NLocalizedString( 
       System.string original,
       System.string translated
    )

    Parameters

    original
    translated
    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