Returns a String containing the language locale.
@override Future<String> getPlatformLocale() async { return web.window.navigator.language; }