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

    Parameters

    language
    The language to import resources for
    csvData
    The source CSV data

    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