![]() |
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. | |
Public Member Functions inherited from plTranslator | |
| virtual void | Reset () |
| Called to reset internal state. | |
| virtual void | Reload () |
| May reload the known translations. | |
Additional Inherited Members | |
Static Public Member Functions inherited from plTranslator | |
| 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.