![]() |
Plasma Engine
2.0
|
Just returns the same string that is passed into it. Can be used to display the actually untranslated strings. More...
#include <TranslationLookup.h>
Public Member Functions | |
virtual plStringView | Translate (plStringView sString, plUInt64 uiStringHash, plTranslationUsage usage) override |
The given string (with the given hash) shall be translated. | |
![]() | |
virtual void | Reset () |
Called to reset internal state. | |
virtual void | Reload () |
May reload the known translations. | |
Additional Inherited Members | |
![]() | |
static void | ReloadAllTranslators () |
Will call Reload() on all currently active translators. | |
static void | HighlightUntranslated (bool bHighlight) |
static bool | GetHighlightUntranslated () |
Just returns the same string that is passed into it. Can be used to display the actually untranslated strings.
|
inlineoverridevirtual |
The given string (with the given hash) shall be translated.
Implements plTranslator.