getProductName

fun getProductName(languageCode: String): String?

Get the product name for the specified language code. If null return default product name.

Return

The product name for the specified language code. If null returns default product name.

Parameters

languageCode

The language code for the language we get the product in.