Flutter Engine
The Flutter Engine
|
#include <system_utils.h>
Public Attributes | |
std::string | language |
std::string | territory |
std::string | codeset |
std::string | modifier |
std::string | region |
std::string | script |
Definition at line 16 of file system_utils.h.
std::string flutter::LanguageInfo::codeset |
Definition at line 19 of file system_utils.h.
std::string flutter::LanguageInfo::language |
Definition at line 17 of file system_utils.h.
std::string flutter::LanguageInfo::modifier |
Definition at line 20 of file system_utils.h.
std::string flutter::LanguageInfo::region |
Definition at line 25 of file system_utils.h.
std::string flutter::LanguageInfo::script |
Definition at line 26 of file system_utils.h.
std::string flutter::LanguageInfo::territory |
Definition at line 18 of file system_utils.h.