Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Localization Namespace / LanguageManager Class / ImportResourcesXml Method
The language to import resources for
The source Xml document
In This Topic
    ImportResourcesXml Method
    In This Topic
    Import the language resources from the provided Xml document
    Syntax
    public static string ImportResourcesXml( 
       Language language,
       XmlDocument doc
    )

    Parameters

    language
    The language to import resources for
    doc
    The source Xml document

    Return Value

    Log messages containing details about import process
    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