I want to localize TuxGuitar in Russian, but I have a proble, when I create file "share/lang/messages_ru.properties" and change text in program instead russian text I see only "diamond formation". How can I change standard program font.
P.S. Excuse me for errors... ;)
In that case you need to use UNICODE (UTF-8) character set. Important thing is that the _file_ encoding of messages_ru.properties has to be Unicode, too.
* make sure that your editor supports unicode file format
* make sure that you switched file to the correct format. :)
I recommend UltraEdit or NotePad++ for Windows platform, or Yudit on Linux.