I'm using the Google Play Billing Library version 3 to fetch available in-app products.
After calling querySkuDetailsAsync
on the BillingClient
object, I'm correctly getting the SkuDetails for each product.
In the Google Play Console, I translated the product details into multiple languages. However, I'm getting the details only for the main language.
How can I fetch the in-app product details in different languages?