How localize text in GUI / Any libs?

Hi, I start to work on my new game. It’s a big 2D game firstly for PC. I try to use Defold (and I think will use it), but I have few questions. One of it is…

Is any standart way to localize text in GUI and Sounds (actually all kind of resources) or I have to write my own localizer?

1 Like

There is no built in support for localisation, you will have to roll your own. Maybe someone on the forums have already done it and is willing to help out/release a lib? :slight_smile:

Awesome to hear you getting started though, good luck! :smiley:

Ok, I think I can use JSON (or just plain text) files for dynamic text loading. Will check it.

1 Like

Hah, yeah oops, that’s what I meant!

1 Like

As I understand this lib should work https://github.com/kikito/i18n.lua

3 Likes