For compiled code, there is nothing special. You can use any localization support that exists in libc/libc++, or compile in a library that does it.
There are also various strings that emscripten itself emits, like "Downloading..." in the HTML shell. We don't currently have a mechanism to customize those, but probably most people use their own custom HTML shell anyhow. On Thu, Jul 23, 2015 at 4:39 AM, awt <[email protected]> wrote: > Hi, > > Can I just check if Emscripten has any built-in localization support? As > in, can I store my translated strings on some files according to their > locale and have Emscripten return the corresponding locale using C++ APIs? > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
