|
Blender V5.0
|
Public Member Functions | |
| Info (const StringRef locale_full_name) | |
| std::string | to_full_name () const |
Public Attributes | |
| std::string | language = "C" |
| std::string | script |
| std::string | country |
| std::string | variant |
Definition at line 77 of file messages.cc.
|
inline |
Definition at line 84 of file messages.cc.
References BLI_getenv(), and blender::locale::macos_user_locale().
|
inline |
Definition at line 136 of file messages.cc.
References country, language, result, script, and variant.
Referenced by blender::locale::init().
| std::string blender::locale::Info::country |
Definition at line 81 of file messages.cc.
Referenced by to_full_name().
| std::string blender::locale::Info::language = "C" |
Definition at line 79 of file messages.cc.
Referenced by to_full_name().
| std::string blender::locale::Info::script |
Definition at line 80 of file messages.cc.
Referenced by to_full_name().
| std::string blender::locale::Info::variant |
Definition at line 82 of file messages.cc.
Referenced by to_full_name().