Method GetOrCreateDescription
GetOrCreateDescription(TranslationLocale)
Gets the product description, localized to a specific locale, or adds a default one if it's not already set.
Declaration
public LocalizedProductDescription GetOrCreateDescription(TranslationLocale locale)
Parameters
Type | Name | Description |
---|---|---|
TranslationLocale | locale | The locale of the description desired. |
Returns
Type | Description |
---|---|
LocalizedProductDescription | The localized description of this item. |