Click or drag to resize
IResourceTranslationInfoProviderGet Method (Int32, Int32)
Gets an instance of the ResourceTranslationInfo binding structure.

Namespace: CMS.Localization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 13.0.131
Syntax
C#
ResourceTranslationInfo Get(
	int resourceStringId,
	int cultureId
)

Parameters

resourceStringId
Type: SystemInt32
Resource string ID.
cultureId
Type: SystemInt32
Culture ID.

Return Value

Type: ResourceTranslationInfo
Returns an instance of ResourceTranslationInfo corresponding to given identifiers or null.
See Also