#include "CeylanLocale.h"#include "CeylanStringUtils.h"#include "CeylanOperators.h"#include <algorithm>

Go to the source code of this file.
| Variables | |
| const std::string | EnglishLocaleName = "english" | 
| const std::string | FrenchLocaleName = "french" | 
| const std::string | GermanLocaleName = "german" | 
| const std::string EnglishLocaleName = "english" | 
Definition at line 67 of file CeylanLocale.cc.
Referenced by Ceylan::LocalizationSettings::GetLocaleCodeFromName(), and Ceylan::LocalizationSettings::GetLocaleNameFromCode().
| const std::string FrenchLocaleName = "french" | 
Definition at line 68 of file CeylanLocale.cc.
Referenced by Ceylan::LocalizationSettings::GetLocaleCodeFromName(), and Ceylan::LocalizationSettings::GetLocaleNameFromCode().
| const std::string GermanLocaleName = "german" | 
Definition at line 69 of file CeylanLocale.cc.
Referenced by Ceylan::LocalizationSettings::GetLocaleCodeFromName(), and Ceylan::LocalizationSettings::GetLocaleNameFromCode().
 1.5.8
 1.5.8