language property

String? language
final

An IETF language code indicating the language of the returned review. This field contains the main language tag only, and not the secondary tag indicating country or region. For example, all the English reviews are tagged as 'en', and not 'en-AU' or 'en-UK' and so on. This field is empty if there is only a rating with no review text.

Implementation

final String? language;