contentLanguage property

String? contentLanguage
getter/setter pair

The two-letter ISO 639-1 language of the items in the data source.

feedLabel and contentLanguage must be either both set or unset. The fields can only be unset for data sources without file input. If set, the data source will only accept products matching this combination. If unset, the data source will accept products without that restriction.

Optional. Immutable.

Implementation

core.String? contentLanguage;