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

Community site session details

Session Id : HxNBbkUjl3hzmuSbp58UHw
Power Apps - Building Power Apps
Answered

Italian Locale

Like (0) ShareShare
ReportReport
Posted on 7 Jul 2020 06:25:46 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:
I have the same question (0)
  • PVosEska Profile Picture
    329 on 07 Jul 2020 at 07:46:07
    Re: Italian Locale

    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
    on 07 Jul 2020 at 08:59:17
    Re: Italian Locale

    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 08 Jul 2020 at 14:50:25
    Re: Italian Locale

    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
    on 09 Jul 2020 at 02:32:20
    Re: Italian Locale

    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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 686 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 433 Super User 2025 Season 2

#3
wolenberg_ Profile Picture

wolenberg_ 266 Moderator

Last 30 days Overall leaderboard