web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Get language Settings ...
Power Apps
Unanswered

Get language Settings from Model Driven Apps into Canvas app

(0) ShareShare
ReportReport
Posted on by

Is there a way we can use the default language settings from Dynamics 365 CE or model driven app for a multilingual Canvas App.

Some users have German, some users have Italian and some users have French as default language in Dynamics 365 CE.

We want to use the same language settings in Canvas app as default and allow to change if required.

Is using System Settings or browser language settings only option in this case.

What is the best way to go about it?

 

Categories:
I have the same question (0)
  • a33ik Profile Picture
    3,306 Most Valuable Professional on at

    Hello,

    In order to identify the language selected in a user's settings in MDA you can use the following formula:

     

    LookUp(
     Languages,
     'Locale ID' = LookUp(
     'User Settings',
     SystemUserId = LookUp(
     Users,
     'Primary Email' = User().Email,
     User
     ),
     LocaleId
     ),
     Name
    )

    That formula gives the name of the language selected. You can use this formula onstart of the application and store the result in a Global Variable that can be used afterward to translate labels of your app.

  • jpkumar55523 Profile Picture
    2 on at

    Hi 

    I tried above method for getting the language from d365 crm to power apps.

    But i am getting the default spanish-chile language, but i changed the language as German in my settings.

    Can you please suggest any another alternative solution.

     

  • a33ik Profile Picture
    3,306 Most Valuable Professional on at

    Hello,

    I rechecked the formula and I was on the direction but used an incorrect field in lookup. Try the following formula:

    LookUp(
     Languages,
     'Locale ID' = LookUp(
     'User Settings',
     SystemUserId = LookUp(
     Users,
     'Primary Email' = User().Email,
     User
     ),
     UILanguageId
     ),
     Name
    )

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard