I used
.gt_switcher_wrapper:before {
content: \”Translate\”; /* Text you want to display / display: block; / Make sure it displays on a new line / font-size: 12px; / Adjustable font size / font-weight: bold; / Optional: make text more prominent / margin-bottom: 5px; / Space between text and dropdown / color: #333; / Text color, adjustable to your design / text-align: left; / Center text above dropdown */
}
But “Translate” is not displayed above the dropdown.