isTurkish static method

bool isTurkish()

判断当前是否为土耳其语用户

Implementation

static bool isTurkish() =>
    countryCode.toLowerCase() == 'tr' || Platform.localeName.endsWith('TR');