Search code examples
androidgoogle-play-consoleandroid-inapp-purchase

In-app product details in different languages using the google play billing library


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?


Solution

  • You will receive the details translated in the language that you set in the device settings. Try to change the language of your device and you should see that the product details will be fetched in the correct language.