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 / Help with translating ...
Power Apps
Answered

Help with translating items in a Power Apps dropdown list

(0) ShareShare
ReportReport
Posted on by 67

I am working on a Power Apps application and I have a dropdown list with the following items:

["All", "Open", "Canceled", "Closed", "Not clear"].

 

I want to translate these items to Arabic while keeping the underlying values intact.

 

Could you please guide me on how to achieve this? I would like the dropdown list to display the translated text in Arabic while still returning the original values in English.

Capture.PNG
Categories:
I have the same question (0)
  • Ethan_009 Profile Picture
    4,838 Moderator on at

    Hi @Abdulazizhalawa ,

     

    Let's consider your back-end values are as mentioned "["All", "Open", "Canceled", "Closed", "Not clear"]"

    What you can do it, in items property of dropdown

     

     

     

    [
     {
     Label: If(Language() = "en-US", "All", <add Arabic word>)
     ID: "All"
     },
     {
     Label: If(Language() = "en-US", "Open", <add Arabic word>)
     ID: "Open"
     },
     {
     Label: If(Language() = "en-US", "Canceled", <add Arabic word>)
     ID: "Canceled"
     },
     {
     Label: If(Language() = "en-US", "Closed", <add Arabic word>)
     ID: "Closed"
     },
     {
     Label: If(Language() = "en-US", "Not clear", <add Arabic word>)
     ID: "Not clear"
     }
    ]

     

     

     

    Also, Sorry but Arabic words aren't showing here due to invalid character as per community. So please replace as needed.

    I hope this helps

  • Verified answer
    Abdulazizhalawa Profile Picture
    67 on at

    thank you

  • Suggested answer
    Mehmet_Powerapps Profile Picture
    26 on at

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 914

#2
11manish Profile Picture

11manish 617

#3
Valantis Profile Picture

Valantis 598

Last 30 days Overall leaderboard