Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Want to translate the game to my language, but there is a problem.
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#11
RE: Want to translate the game to my language, but there is a problem.

First make sure the font supports it, which I assume you have.

Next you need to actually make use of the characters. You do not replace Latin letters with different looking ones, you use unicodes like the example I provided to display them. Look up the unicodes for Hebrew letters.

I have never done this myself so I don't know if there are more needed to do. All I've done is made custom fonts.

06-26-2015, 09:18 PM
Find
TiManGames Offline
Senior Member

Posts: 517
Threads: 25
Joined: May 2015
Reputation: 11
#12
RE: Want to translate the game to my language, but there is a problem.

(06-26-2015, 09:18 PM)Mudbill Wrote: First make sure the font supports it, which I assume you have.

Next you need to actually make use of the characters. You do not replace Latin letters with different looking ones, you use unicodes like the example I provided to display them. Look up the unicodes for Hebrew letters.

I have never done this myself so I don't know if there are more needed to do. All I've done is made custom fonts.

The game crashes.
I guess it's because the unicodes for Hebrew letters are not the same as the id I get for the hebrew letters in the fnt file.
(This post was last modified: 06-27-2015, 10:19 AM by TiManGames.)
06-27-2015, 10:13 AM
Find
TiManGames Offline
Senior Member

Posts: 517
Threads: 25
Joined: May 2015
Reputation: 11
#13
RE: Want to translate the game to my language, but there is a problem.

(06-26-2015, 09:18 PM)Mudbill Wrote: First make sure the font supports it, which I assume you have.

Next you need to actually make use of the characters. You do not replace Latin letters with different looking ones, you use unicodes like the example I provided to display them. Look up the unicodes for Hebrew letters.

I have never done this myself so I don't know if there are more needed to do. All I've done is made custom fonts.


Ok, now I got it! I just deleted all the english letters so there are only Hebrew letters in the dds file. Now the game can show the letters properly.

But there is another problem, I can't get the numbers look properly.
06-29-2015, 01:30 PM
Find




Users browsing this thread: 1 Guest(s)