![]() |
XII Release 0.1.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 xiiStringView | Translate (xiiStringView sString, xiiUInt64 uiStringHash, xiiTranslationUsage 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 xiiTranslator.