[Solved] Showing IAP price on an Ui Text ?

Hi
for my game i have 3 IAP product
-when people are in US i want my UI text is the price i have choose on googlemarket for that country (1.20$)
-when people are in Italie i want my UI text is the price i have choose on googlemarket for that country (1.00€)
etc…
how its possible?

Thank youu

Sample:

Localized price is available via the product metadata once the available products are retrieved from store. IAPDemo.cs (in Assets/Plugins/UnityPurchasing/script) would show an example, using item.metadata.localizedPrice.ToString()