NevronOpenVision
Nevron.Nov.Globalization Namespace / NLocalizationDictionary Class / ImportTranslations Method
The stream to import trasnlations from.
Determines whether to set the culture name of this dictionary to that of the imported dictionary.
In This Topic
    ImportTranslations Method
    In This Topic
    Imports all compatible translations from the given stream.
    Syntax
    public void ImportTranslations( 
       System.IO.Stream stream,
       System.bool updateCultureName
    )

    Parameters

    stream
    The stream to import trasnlations from.
    updateCultureName
    Determines whether to set the culture name of this dictionary to that of the imported dictionary.
    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