Having this in the plugin code perhaps makes more sense. "utils/language" is meant to be reusable for all kinds of projects, and the precise choice of user-visible name for this type might be considered somewhat specific to the plugin module.
When automatically generating the documentation for the Wiki, the type information for `string` types is translated to `std::cxx11::basic_string<char>`. This should be manually overwritten to something more readable like `string`.