Nevron Open Vision Documentation
Nevron.Nov Namespace / NLocalizedString Structure
Members


In This Topic
    NLocalizedString Structure
    In This Topic
    Represents a localized key/value pair, which contains an original key string and its localized (translated) version. This data structure is mainly used for editor titles, so that they can be sorted by their original (English) title string.
    Object Model
    NLocalizedString Structure
    Syntax
    'Declaration
     
    
    Public Structure NLocalizedString 
       Inherits System.ValueType
       Implements INDeeplyCloneable, Nevron.Nov.Serialization.INDomCustomSerializable 
    'Usage
     
    
    Dim instance As NLocalizedString
    public struct NLocalizedString : System.ValueType, INDeeplyCloneable, Nevron.Nov.Serialization.INDomCustomSerializable  
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.Nov.NLocalizedString

    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