@switch (lang()) {
@case ('ru') { <app-contacts-ru /> }
@case ('en') { <app-contacts-en /> }
@case ('hy') { <app-contacts-hy /> }
}