Apparantly category
is e.g. std::locale::numeric
:
std::locale mixed(base, for_numbers, std::locale::numeric);
other categories: https://cplusplus.com/reference/locale/locale/category/
(I was not able to find that list on cppreference, only cplusplus.com)