#include <gcu/value.h>
List of all members.
Detailed Description
Used to store translatable strings.
Definition at line 196 of file value.h.
Constructor & Destructor Documentation
gcu::LocalizedStringValue::LocalizedStringValue |
( |
| ) |
|
virtual gcu::LocalizedStringValue::~LocalizedStringValue |
( |
| ) |
[virtual] |
Member Function Documentation
char const* gcu::LocalizedStringValue::GetAsString |
( |
| ) |
const [virtual] |
- Returns:
- the string translated to the current locale if known, otherwise, the untranslated string.
Reimplemented from gcu::Value.
char const* gcu::LocalizedStringValue::GetLocalizedString |
( |
char const * |
lang | ) |
const |
- Parameters:
-
- Returns:
- the string translated to the requested locale if known, otherwise, the untranslated string.
The documentation for this class was generated from the following file: