mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-03-19 05:19:47 +08:00
9 lines
178 B
Dart
9 lines
178 B
Dart
import 'package:network_proxy/ui/configuration.dart';
|
|
|
|
class Localizations {
|
|
|
|
static bool get isEN {
|
|
return AppConfiguration.current?.language?.languageCode == 'en';
|
|
}
|
|
}
|