Initial implemention of lime.system.Locale
This commit is contained in:
22
project/include/system/Locale.h
Normal file
22
project/include/system/Locale.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef LIME_SYSTEM_LOCALE_H
|
||||
#define LIME_SYSTEM_LOCALE_H
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
|
||||
class Locale {
|
||||
|
||||
|
||||
public:
|
||||
|
||||
static char* GetSystemLocale ();
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user