Nevron .NET Vision
Nevron.Globalization Namespace / NLocalizationManager Class / CombineWith Method


In This Topic
    CombineWith Method (NLocalizationManager)
    In This Topic
    Appends the localization data from the specified file to the localization manager.
    Syntax
    'Declaration
     
    
    Public Sub CombineWith( _
       ByVal fileName As System.String _
    ) 
    'Usage
     
    
    Dim instance As NLocalizationManager
    Dim fileName As System.String
     
    instance.CombineWith(fileName)
    public void CombineWith( 
       System.string fileName
    )

    Parameters

    fileName
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also