Skip to content
Snippets Groups Projects
Commit 1805219d authored by Julien Michel's avatar Julien Michel
Browse files

MRG

parents 11c6fc2b bcc67e56
No related branches found
No related tags found
No related merge requests found
......@@ -57,11 +57,11 @@ int main(int argc, char* argv[])
}
/** Get local configuration*/
const std::locale& mylocale = std::locale("");
std::string language = mylocale.name();
// const std::locale& mylocale = std::locale("");
// std::string language = mylocale.name();
if (language == "C")
language = "en_EN.UTF-8";
// if (language == "C")
std::string language = "en_EN.UTF-8";
/** Write parameters to the configuration file*/
os << "#Auto generated by config-properties \n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment