Nevron Open Vision Documentation
Nevron.Nov.Globalization Namespace / NLocalizationDictionary Class
Fields Properties Methods


In This Topic
    NLocalizationDictionary Class Members
    In This Topic

    The following tables list the members exposed by NLocalizationDictionary.

    Protected Constructors
     NameDescription
    Internal ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The localization dictionary instance.  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/Sets the name of the culture this dictionary provides translation for in the format "languagecode2-country/regioncode2", for example "en-US", "de-DE", "ru-RU", "bg-BG" and so on.  
    Public PropertyGets/Sets the flag icon associated with this localization dictionary.  
    Public PropertyGets/Sets the font size in points (pt) that should be applied to the UI of the application that uses this dictionary. This font size is applied automatically to the UI theme of the NOV widgets when the localization dictionary is passed to the Nevron.Nov.NApplication.LocalizeFromStream(Stream) method.  
    Public PropertyGets the name of this dictionary.  
    Top
    Public Methods
     NameDescription
    Public MethodRemoves all items and sub categories from this dictionary.  
    Public MethodImports the localizable strings from the given C# source code file.  
    Public MethodImports the localizable strings from the given C# source code file stream.  
    Public MethodImports the localizable strings from the given C# project file.  
    Public MethodImports the localizable strings from the given C# solution.  
    Public MethodImports all compatible translations from the given stream.  
    Public MethodLoads the dictionary from the given stream.  
    Public MethodOverloaded. Saves the dictionary in TMX format to the given stream.  
    Public MethodAssociates the specified translation to the given key.  
    Public MethodTries to get the note for the given key.  
    Public MethodTries to get the translation of the given key.  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Internal Methodstatic (Shared in Visual Basic)  
    Top
    See Also