#include "flutter/shell/platform/windows/system_utils.h"
#include <Windows.h>
#include <sstream>
#include "flutter/fml/platform/win/wstring_conversion.h"
Go to the source code of this file.
Namespaces | |
flutter | |
Functions | |
std::vector< LanguageInfo > | flutter::GetPreferredLanguageInfo (const WindowsProcTable &windows_proc_table) |
std::wstring | flutter::GetPreferredLanguagesFromMUI (const WindowsProcTable &windows_proc_table) |
std::vector< std::wstring > | flutter::GetPreferredLanguages (const WindowsProcTable &windows_proc_table) |
LanguageInfo | flutter::ParseLanguageName (std::wstring language_name) |
std::wstring | flutter::GetUserTimeFormat () |
bool | flutter::Prefer24HourTime (std::wstring time_format) |