Nevron .NET Vision
Nevron.Globalization Namespace / NLocalizationManager Class
Fields Properties Methods


In This Topic
    NLocalizationManager Class Members
    In This Topic

    The following tables list the members exposed by NLocalizationManager.

    Protected Constructors
     NameDescription
    Protected ConstructorDefault constructor.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The only instance of the NLocalizationManager singleton class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the localization manager is enabled.  
    Public PropertyGets the global dictionary.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a new dictionary to the localization manager.  
    Public MethodClears all dictionaries from the localizer and empties the global dictionary.  
    Public MethodAppends the localization data from the specified file to the localization manager.  
    Public MethodReturns the dictionary with the specified name or null if no such dictionary exists.  
    Public MethodGets an enumerator that iterates through all dictionaries in the localization manager.  
    Public MethodLoads localization data from the given file.  
    Public MethodRemoves the dictionary with the specified name.  
    Public MethodSaves the localization data to the given file.  
    Public MethodSynchronizes a dictionary that has the same name of the given one with it. If there's no such dictionary, then it is added to the license manager.  
    Public MethodSynchronizes the current license manager with a one saved to a file, removing all dictionaries and entries that are not found in the file.  
    Public MethodOverloaded. Returns the translation of the given value using the global dictionary. Returns the value itself if no translation is found.  
    Top
    See Also