Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Localization Namespace / LanguageManager Class / GetResource Method
The key/name of the resource string
Version
GetResource Method
Get the resource string translation for the given key and currently active language
Syntax
public static string GetResource( 
   string key
)

Parameters

key
The key/name of the resource string

Return Value

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