Click or drag to resize
AbstractUserControlGetFlagIconUrl Method
Returns resolved path to the flag image for the specified culture.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public virtual string GetFlagIconUrl(
	string cultureCode,
	string iconSet
)

Parameters

cultureCode
Type: SystemString
Culture code
iconSet
Type: SystemString
Name of the subfolder where icon images are located

Return Value

Type: String
See Also