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