0

I'm using localizedPriceString of Unity that actually calls SkuDetails.getPrice() of Android API. For correct displaying symbols of any currency would be great to know list of values can be returned by SkuDetails.getPrice() or localizedPriceString

Have not found the info in reference

Is there any way to get it? Thank you in advance.

hidd
  • 336
  • 3
  • 11
  • it returns a string you can use a loop to get a bunch of them.. otherwise your question is unclear – BugFinder Jul 15 '23 at 08:44
  • @BugFinder it returns a string according to locale specified on device. For example "9,99грн" But I need to get аll currencies to be sure that font consists all of symbols can be returned – hidd Jul 15 '23 at 08:47

1 Answers1

0

The easiest way is to find Fonts and create Font Assets that support all signs used by Google Play Billing Services. List of signs From here or here

hidd
  • 336
  • 3
  • 11