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 Apps
Answered

Italian Locale

(0) ShareShare
ReportReport
Posted on by 220

Hi, I am struggling to find the correct format for Italian locale.  Please refer the screenshots below. 

I am trying to find a way to work with the decimals. My system takes decimals as dot(.) whereas in italy it takes as comma(,).

Below is my function.

Text(Value(b6lbl.Text),"[$-en-US]#,##0.00€")

P_SA_0-1594102811522.pngitaly excel.jpg

 

what should be the correct code ?

 

Categories:
  • PVosEska Profile Picture
    329 on at

    Hello @P_SA ,

     

    I also struggled with this for a while. It may be possible that you don't have to change the format. The person opening the app will see the decimals in their locale.

    You could also keep the the numbers, but not save the € with it. This will probably also be easier to work with later on.

     

    You could try to 'hardcode' it in, if you would prefer. Then you could use:

     

     

     

    Concatenate(b6lbl.Text,",00€")

     

     

     

    For me it shows:

    PVosEska_0-1594107952813.png

    Regards,

  • Verified answer
    v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @P_SA ,

     

    Please try with this:

    Text(Value(b6lbl.Text),"[$-en-US]#,##0.00€","it-IT"))

    The third part parameter means the language to use when converting to Text.

    Snipaste_2020-07-07_16-58-52.png

    Hope this helps.

    Sik

  • P_SA Profile Picture
    220 on at

    Hi @v-siky-msft  , this is what i am trying to achieve, the values that you see on the excel is what I am trying  mimic to my app. 

    I am not able to get the exact values.  

     

     

    owiefoweifwoefowfe.PNGwl;ejfkwjpjfcjw.PNG

  • v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @P_SA ,

     

    I found the data in the Excel table is 100 times smaller than what is displayed in the app.

    So, how about this?

    Text(Value(b6lbl.Text)/100,"[$-en-US]#,##0.00€","it-IT"))
    

    Sik 

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 397 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard