Click or drag to resize
ResourceStringInfoProviderGetCompleteKey Method
Returns complete resource string key.

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 9.0.0
Syntax
C#
public static string GetCompleteKey(
	string stringKey,
	string cultureCode
)

Parameters

stringKey
Type: SystemString
Resource string key
cultureCode
Type: SystemString
Culture code

Return Value

Type: String
See Also