Forums
(@valeriyruss)
6 years, 7 months ago
Thanks a lot! Your advice helped me solve the problem. Here is the solution:
if( $label === 'Русский' ){ $label = 'Рус'; } elseif( $label === 'English (United States)' ) { $label = 'Eng'; }