[Solved: Serious bug with Turkish Keyboard] Extension blocks not appearing

captaincomic

  • *
  • Posts: 6108
That's already fixed in the private build too ;)

talhakaya

  • *
  • Posts: 25
nice :) I use my computer in English from now on to avoid software problems like these, so I won't be reporting any more of Turkish bugs.

captaincomic

  • *
  • Posts: 6108
You can also change the locale of a Java program with these parameters: -Duser.country and -Duser.language. For example to run Stencyl with Turkish locale, I use:
Code: [Select]
java -Xms64m -Xmx1024m -Duser.country=TR -Duser.language=tr -jar sw.jar

talhakaya

  • *
  • Posts: 25
oh that's cool, thanks for letting me know.