Method | Description | |
---|---|---|
GetResource ( string classKey, string resourceKey ) : string |
Retrieves a localized string with the given key.
|
protected GetResource ( string classKey, string resourceKey ) : string | ||
classKey | string | The key of the RESX file (eg. it's primary name without extensions). |
resourceKey | string | The key of the string to retrieve. |
return | string |