isFrench static method

bool isFrench()

判断当前是否为法语用户

Implementation

static bool isFrench() =>
    countryCode.toLowerCase() == 'fr' || Platform.localeName.endsWith('FR');