6 #ifndef GDCORE_LOCALIZATION_H
7 #define GDCORE_LOCALIZATION_H
19 #if defined(EMSCRIPTEN)
23 #include "GDCore/String.h"
34 #define _(s) gd::GetTranslation(u8##s)
44 #define _(s) gd::String(u8##s)
46 #if defined(GetTranslation)
50 #define GetTranslation(s) (s)
String represents an UTF8 encoded string.
Definition: String.h:33
Definition: CommonTools.h:24