Follow the instructions below if you would like to hide the Language option in the My Account section of the app.
1) Log into your App Manager and select your app.
2) Click Colors from the left-hand-side of the screen (or the middle of the screen).
3) Scroll down to the Advanced SCSS box. If there is already code in the box do not delete it! Simply add this code “below” the last character of code in the box.
/*** BEGIN: MY ACCOUNT - HIDE TRANSLATION OPTION - 230306 ***/
.customer-view div[ng-show="display_settings"] .list.card label:nth-of-type(1) { display: none; }
/*** END: MY ACCOUNT - HIDE TRANSLATION OPTION - 230306 ***/
4) Click Save.