hi people!
I need serious help:/
the thing is that I have to port my project to some languages…
One of this languages that makes my head explode is polish…
I have used my GameDictionary.cs file with unitron (which imports the file with unicode) and yes I see in my source file all the special charts.
I have the strings in one array that looks like this:
static string[] countStrings = new string []
{
"TestString1", //0
"TestString2", //1
}
now the font is polish too and it has all the special chars. (I saw them on the bmp)
but still when I use a button with text I got no special charts only “???” (question marks)
can someon help?
thanks in advanced
Simon