64concept LocaleInterface = std::derived_from<T, ILocale>;
Base interface for all locale implementations.
Definition ILocale.hpp:34
virtual ~ILocale()=default
Virtual destructor for proper cleanup of derived classes.
virtual const std::string languageCode() const =0
Retrieve the two-letter language code of the locale.