tzachshabtay / MonoAGS

AGS (Adventure Game Studio) reimagined in Mono
https://tzachshabtay.github.io/MonoAGS/
Artistic License 2.0
28 stars 8 forks source link

Support translations #37

Open tzachshabtay opened 8 years ago

tzachshabtay commented 8 years ago

Consider using i18n

ghost commented 6 years ago

Hello, could you elaborate a little on what "using i18n" means? I tried searching for this term, and from implementation perspective this perhaps referring to the resource table overriding, as in .NET projects where you provide several resx files for each language. Is it the same thing that you have in mind, or something different?

tzachshabtay commented 6 years ago

I honestly don't remember what I was thinking when I wrote that.. I think it was some standard/implementation/library that I saw and I didn't realize that i18n is actually a much more general term so I probably assumed I'll be able to google it when I reach that point.