Localization class for languages.
More...
#include <localization.h>
Localization class for languages.
Definition at line 45 of file localization.h.
| psLocalization::psLocalization |
( |
| ) |
|
| psLocalization::~psLocalization |
( |
| ) |
|
| void psLocalization::ClearStringTable |
( |
| ) |
|
|
protected |
| bool psLocalization::FileExists |
( |
const csString & |
fileName | ) |
|
This is a utility function which queries for vfs and then checks for the file.
| csString psLocalization::FindLocalizedFile |
( |
const csString & |
shortPath | ) |
|
| void psLocalization::Initialize |
( |
iObjectRegistry * |
_object_reg | ) |
|
| void psLocalization::SetLanguage |
( |
const csString & |
lang | ) |
|
| const csString& psLocalization::Translate |
( |
const csString & |
orig | ) |
|
Translates string 'orig' using stringtable of the current language.
| void psLocalization::WriteStringTable |
( |
| ) |
|
|
protected |
| csString psLocalization::authors |
|
protected |
| bool psLocalization::dirty |
|
protected |
| csString psLocalization::filename |
|
protected |
| csString psLocalization::language |
|
protected |
| iObjectRegistry* psLocalization::object_reg |
|
protected |
The documentation for this class was generated from the following file: