Skip to main content
Community site session details

Community site session details

Session Id :
Power Pages - General Discussions
Suggested answer

Multi Language on Mobile Page

(0) ShareShare
ReportReport
Posted on by 77

Hi Guys

I have created a Power Page with multi languages. In the web browser the language selection works without any problems. In the mobile view I have no possibility to change the language or the selection field is not visible.
Does this function have to be programmed purely or does a setting have to be adjusted?
The Power Page is still from the Type Trial.

Thx Michael

Categories:
  • Suggested answer
    surya narayanan Profile Picture
    43 on at
    Multi Language on Mobile Page
    Hi,
     
    On Power Pages, the language switcher is not automatically shown in the mobile layout unless it’s been explicitly added to your site’s header or page template.
    Here’s why:
    Language selection is not injected automatically — the trial template only adds it in the desktop header.
    On smaller viewports, some templates hide the switcher with CSS (for example display: none; on .navbar-nav .language-picker in mobile view).
    There’s no site-wide toggle that “turns on” the language selector for mobile — you have to either customize your layout or use a built-in language picker snippet.
     
    How to fix
    1. Check your Page Template or Header Web Template
    Open your site’s Header Web Template in the Portal Management app.
    Look for this Liquid snippet:
    {% include 'Language Picker' %}
    If it’s missing, add it where you want the selector to appear.
     
    2. Adjust CSS for mobile
    Many trial templates hide the language picker with a media query like:
    @media (max-width: 767px) {
    .language-picker { display: none; }
    }
    Remove or override that rule in your site’s custom CSS.
     
    3. Use the built-in Language Picker component
    Power Pages provides a ready-to-use Language Picker snippet that works for all languages configured on the site.
    Add it to your mobile header or hamburger menu for easy access.
     
    4. No extra setting required
    Multi-language itself is fully supported in trial sites. There’s no toggle to “enable on mobile” — it’s purely a template/layout matter.
     
  • Suggested answer
    Robu1 Profile Picture
    1,274 Super User 2025 Season 2 on at
    Multi Language on Mobile Page
    Hi  ,
     
    Thank your for choosing Power Platform Community.
     
    The language dropdown control is present in the desktop layout but not automatically included or visible in mobile view. This usually happens because:
     
    The language control is placed in a page header or web template section that isn’t rendered in mobile mode.
    Some components (like LanguageSelector) are only enabled for desktop layouts unless explicitly programmed for mobile responsiveness.
     
    Likely Solutions
    -Custom Implementation: You may need to manually add a mobile-friendly language selector via Liquid or JavaScript in the header/footer section.
    -Use Responsive Layouts: Customize the site's layout templates to ensure the language control appears in mobile view—especially if using out-of-the-box templates that don’t account for mobile visibility.
    -Check Site Settings: In the portal settings, confirm that multilingual support is properly configured across all device views.
     
    If this fixes the issue, please mark as resolved to help others with find it.
     
    Happy to help 
    Robu1
    SuperUser| Moderator

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Pages

#1
Lucas001 Profile Picture

Lucas001 60 Super User 2025 Season 2

#2
Fubar Profile Picture

Fubar 55 Super User 2025 Season 2

#3
surya narayanan Profile Picture

surya narayanan 35