|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
GUI utility functions. More...
#include <GUIUtils.h>
Static Public Member Functions | |
| static std::string | GetLocalizedString (uint32_t id) |
| Get a localized string, with support for skin strings. | |
GUI utility functions.
|
static |
Get a localized string, with support for skin strings.
| id | The string ID to look up |
This function handles both core strings and skin-specific strings (range 31000-31999). For skin strings, it retrieves them from the active skin's string map. For core strings, it retrieves them from the main localization map.