translate.hpp File Reference
#include <etk/types.hpp>
Go to the source code of this file.
Namespaces | |
ewol::translate | |
Macros | |
#define | TRANSLATE(a) etranslate::get(a) |
Functions | |
void | ewol::translate::addPath (const std::string &_lib, const std::string &_path, bool _major=false) |
const std::string & | ewol::translate::getPaths (const std::string &_lib) |
void | ewol::translate::setLanguageDefault (const std::string &_lang) |
const std::string & | ewol::translate::getLanguageDefault () |
void | ewol::translate::setLanguage (const std::string &_lang) |
const std::string & | ewol::translate::getLanguage () |
void | ewol::translate::autoDetectLanguage () |
std::string | ewol::translate::get (const std::string &_instance) |
Detailed Description
- Copyright
- 2011, Edouard DUPIN, all right reserved
- Note
- License: APACHE v2.0 (see license file)