Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Localization Namespace / LanguageManager Class / UpdateResource Method / UpdateResource(String,String) Method
The key/name of the resource string
The translation resource string for the given key
In This Topic
    UpdateResource(String,String) Method
    In This Topic
    Update the translation of the resource for the currently active language
    Syntax
    public static void UpdateResource( 
       string key,
       string translation
    )

    Parameters

    key
    The key/name of the resource string
    translation
    The translation resource string for the given key
    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