CustomerLanguage hide for users

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Hi every body,
I want to hide the CustomerLanguage for users.
I want 2 languages for admin page but not users.
Is there any way to hide it?
4 years ago
There is no default setting or feature. You have to customize for that.
4 years ago
shahabset wrote:
Hi every body,
I want to hide the CustomerLanguage for users.
I want 2 languages for admin page but not users.
Is there any way to hide it?



you need to customize code for this.
4 years ago
shahabset wrote:
I want to hide the CustomerLanguage for users.

Just add css display: none; for language selector, or modify Default.cshtml or _Header.cshtml.

If do any modification, remember to do it at Theme folder, NOT at default view folder.

Regards,
Tom
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.