![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "cLanguage.h"#include "../WinAPI/cWinResource.h"#include "GrayCore/include/cArraySort.h"#include "GrayCore/include/cFilePath.h"Go to the source code of this file.
Classes | |
| class | GrayLib::cTextLocEntry |
| class | GrayLib::cTextLocMgr |
Namespaces | |
| GrayLib | |
Typedefs | |
| typedef const GChar_t * | GrayLib::TEXTLOC_t |
| id for a string from resource or some other file. (might be a "string" or a MAKINTRESOURCE(RESOURCEID_t)) More... | |
Functions | |
| GrayLib::UNITTEST2_PREDEF (cTextLocMgr) | |
Variables | |
| __DECL_IMPORT cTextLocMgr | GrayLib::g_Text |
| default application language. ENU. Not cSingleton More... | |
Localizable text resources. Perhaps model this after http://www.gnu.org/software/gettext/gettext.html in the future ?