|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "utils/StringUtils.h"#include <algorithm>#include <cassert>#include <cstdint>#include <ranges>#include <string>#include <string_view>Namespaces | |
| namespace | KODI |
| namespace | KODI::UTILS |
| namespace | KODI::UTILS::I18N |
Functions | |
| std::string | KODI::UTILS::I18N::LongCodeToString (uint32_t code) |
| Converts a language code given as a 4-byte integer to its string representation. | |