UIHelperGetFlagIconUrl Method |
Returns resolved path to the flag image for the specified culture.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static string GetFlagIconUrl(
Page page,
string cultureCode,
string iconSet
)
Parameters
- page
- Type: System.Web.UIPage
Page - cultureCode
- Type: SystemString
Culture code - iconSet
- Type: SystemString
Name of the subfolder where icon images are located
Return Value
Type:
StringSee Also