translateTo property

Locale translateTo

Implementation

Locale get translateTo {
  if (_translateTo != null) return _translateTo!;
  if (_automaticDetection == true) {
    return _deviceLocation;
  }
  return Locale("en");
}