#ifndef URDE_LOCALE_HPP #define URDE_LOCALE_HPP #include namespace URDE { std::vector> ListLocales(); const Specter::Locale* LookupLocale(const std::string& name); const Specter::Locale* SystemLocaleOrEnglish(); } #endif // URDE_LOCALE_HPP