News:

A forum for users of LackeyCCG

Main Menu

Translation

Started by Sebastos, August 14, 2015, 09:23:11 PM

Previous topic - Next topic

Sebastos

there a way to load other languages in lackey?
Some language file?

Trevor

the plugin can be in multiple languages but much of the interface, like "Load deck" is static.

AuraDragon

You could maybe load a language.txt at runtime which gets parsed into a global static array/vector of strings, and just call/concatenate them from that.

Although, like most things in programming:  Easier said than done.