loc property

String loc

Uses your locale and translates the sentences.

Usage

'hello'.loc;

That simple

Check translation documents for this.

Implementation

String get loc => localizeSimple(this);