getLocalizedStringFromHashNoPlugin#

Fully qualified name: carb::l10n::getLocalizedStringFromHashNoPlugin

Defined in carb/l10n/IL10n.h

inline const char *carb::l10n::getLocalizedStringFromHashNoPlugin(
const LanguageTable *table,
StringIdentifier id,
const LanguageIdentifier *language,
) noexcept#

A version of getLocalizedStringFromHash() for when the localization plugin is unloaded.

Parameters:
  • table[in] The localization table to use for the lookup.

  • id[in] The hash of string.

  • language[in] The language to perform the lookup in.

Returns:

nullptr.