PixelLightAPI
.
|
Localization text. More...
#include <LocalizationText.h>
Public Member Functions | |
LocalizationGroup & | GetGroup () const |
Returns the group the text is in. | |
String | GetName () const |
Returns the name of the text. | |
String | GetTranslation () const |
Returns the translation of the text. | |
void | SetTranslation (const String &sTranslation) |
Sets the translation of the text. |
Localization text.
LocalizationGroup & PLCore::LocalizationText::GetGroup | ( | ) | const [inline] |
Returns the group the text is in.
String PLCore::LocalizationText::GetName | ( | ) | const [inline] |
Returns the name of the text.
String PLCore::LocalizationText::GetTranslation | ( | ) | const [inline] |
Returns the translation of the text.
void PLCore::LocalizationText::SetTranslation | ( | const String & | sTranslation | ) | [inline] |
Sets the translation of the text.
[in] | sTranslation | The translation of the text |
|