"SECTION_USER_FIELDS" => array("UF_NAME_UA", "UF_NAME_EN", "UF_DESCR_EN", "UF_DESCR_RU", "UF_DESCR_UA", "UF_TABLE_EN", "UF_TABLE_UA", "UF_TABLE_RU", "UF_TABLE_COLS", "UF_SHABLON"),
<? $sectionResult = CIBlockSection::GetList(array("SORT" => "ASC"), array("IBLOCK_ID" => $arParams["IBLOCK_ID"], "ID" => $arResult["VARIABLES"]["SECTION_ID"]), false, $arSelect = array("UF_*"));
$langCode = strtoupper(LANGUAGE_ID);
while ($sectionProp = $sectionResult -> GetNext()) {
if ($langCode == 'RU') {
$header = $sectionProp['NAME'];
} else {
$header = $sectionProp['UF_NAME_'. $langCode];
}
$description = $sectionProp['~UF_DESCR_'. $langCode];
}?>