Localization of Developer Products

How would I go about localizing the text for Developer Products that I sell in my store?

In my store, I get the product title and description using:

MarketplaceService:GetProductInfo()

So I am wondering if there is a good way to convert this information from English into a different language, such as Spanish? Ideally, I would like to use a human translation, rather than machine translation.

Have a localization table where the keys are the ID of the dev products.

1 Like