70 bool loadLanguage(
const std::string& _file,
bool _user =
false);
71 void _loadLanguage(
IDataStream* _stream,
bool _user);
72 void _loadLanguageXML(
IDataStream* _stream,
bool _user);
74 UString replaceTagsPass(
const UString& _line,
bool& _replaceResult);
77 using MapLanguageString = std::map<UString, UString, std::less<>>;
79 MapLanguageString mMapLanguage;
80 MapLanguageString mUserMapLanguage;
82 std::string mCurrentLanguageName;
84 using MapListString = std::map<std::string, VectorString, std::less<>>;
85 MapListString mMapFile;
87 bool mIsInitialise{
false};
88 std::string mXmlLanguageTagName;