#ifndef LIME_SYSTEM_LOCALE_H #define LIME_SYSTEM_LOCALE_H namespace lime { class Locale { public: static char* GetSystemLocale (); }; } #endif