Click or drag to resize
TranslationServiceHelperGetCultureCode Method
Gets culture code for the translation process

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 8.2.23
Syntax
C#
public static string GetCultureCode(
	string cultureCode,
	TranslationCultureMappingDirectionEnum direction
)

Parameters

cultureCode
Type: SystemString
Culture code to map
direction
Type: CMS.TranslationServicesTranslationCultureMappingDirectionEnum
Direction of the mapping

Return Value

Type: String
See Also