Searched refs:m_lang_code (Results 1 – 1 of 1) sorted by relevance
343 void setLangCode(const std::string &code) { m_lang_code = code; } in setLangCode()344 const std::string &getLangCode() const { return m_lang_code; } in getLangCode()360 std::string m_lang_code; variable