Method GetLocalizedProductInfo
GetLocalizedProductInfo(string)
Use the purchasing platform to get localized product name, price, and other metadata.
Declaration
LocalizedProductMetadata GetLocalizedProductInfo(string productId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | productId | The IAP product ID for which you want localized info. |
Returns
| Type | Description |
|---|---|
| LocalizedProductMetadata | A struct containing localized name and price strings. |