Blender V5.0
blender::locale::Info Class Reference

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

Detailed Description

Definition at line 77 of file messages.cc.

Constructor & Destructor Documentation

◆ Info()

blender::locale::Info::Info ( const StringRef locale_full_name)
inline

Definition at line 84 of file messages.cc.

References BLI_getenv(), and blender::locale::macos_user_locale().

Member Function Documentation

◆ to_full_name()

std::string blender::locale::Info::to_full_name ( ) const
inline

Definition at line 136 of file messages.cc.

References country, language, result, script, and variant.

Referenced by blender::locale::init().

Member Data Documentation

◆ country

std::string blender::locale::Info::country

Definition at line 81 of file messages.cc.

Referenced by to_full_name().

◆ language

std::string blender::locale::Info::language = "C"

Definition at line 79 of file messages.cc.

Referenced by to_full_name().

◆ script

std::string blender::locale::Info::script

Definition at line 80 of file messages.cc.

Referenced by to_full_name().

◆ variant

std::string blender::locale::Info::variant

Definition at line 82 of file messages.cc.

Referenced by to_full_name().


The documentation for this class was generated from the following file: