metaforce/Editor/locale/locale.hpp

16 lines
320 B
C++
Raw Normal View History

2016-01-05 09:53:16 +00:00
#ifndef URDE_LOCALE_HPP
#define URDE_LOCALE_HPP
#include <Specter/Translator.hpp>
2016-01-05 09:53:16 +00:00
namespace URDE
{
std::vector<std::pair<const std::string*, const std::string*>> ListLocales();
const Specter::Locale* LookupLocale(const std::string& name);
const Specter::Locale* SystemLocaleOrEnglish();
}
2016-01-05 09:53:16 +00:00
#endif // URDE_LOCALE_HPP