language property

  1. @Deprecated('Scheduled for removal in v7.0.0. ' 'Use SentryCulture.locale instead')
String? language
final

The language of the device, e.g.: en_US. This field is deprecated, please use SentryCulture.locale instead.

Implementation

@Deprecated(
  'Scheduled for removal in v7.0.0. '
  'Use SentryCulture.locale instead',
)
final String? language;