custom keyboard characters

I’v completed building my own custom keyboard and i’m now in the process of adding all the language support to it.
Does anybody know where i can find information about what characters each keyboard contains? I can of course just install all the keyboards on my iphone and code it manually but i really hope that there is a easier way =).

[import]uid: 103182 topic_id: 23131 reply_id: 323131[/import]

I’m not totally sure what you’re looking for; text explaining differences, image showing different layouts, or something else? :slight_smile: [import]uid: 52491 topic_id: 23131 reply_id: 92528[/import]

I just read through my post and i didnt understand it either =)

I need to know the key setup for each language. ( the characters )

ex:
[lua]id=“EN”,
buttons=
{
{“Q”,“W”,“E”,“R”,“T”,“Y”,“U”,“I”,“O”,“P”},
{“A”,“S”,“D”,“F”,“G”,“H”,“J”,“K”,“L”},
{“Z”,“X”,“C”,“V”,“B”,“N”,“M”},
}[/lua]

I’v created the setup for english, so now i only need the remaining 40 languages =). I think i’ll have to copy them manually from the iphone. =/ [import]uid: 103182 topic_id: 23131 reply_id: 92622[/import]

Yeah, I don’t know that there’s an easier way of doing so - I haven’t seen anything.

40 languages is a LOT to support ^-^; [import]uid: 52491 topic_id: 23131 reply_id: 92694[/import]