Hello,
Can anyone provide a list of languages that Corona SDK compatible with?
thanks [import]uid: 16142 topic_id: 17179 reply_id: 317179[/import]
Hello,
Can anyone provide a list of languages that Corona SDK compatible with?
thanks [import]uid: 16142 topic_id: 17179 reply_id: 317179[/import]
I guess you don’t understand the concept of Corona SDK. I can understand that, because usually a SDK is used as a library/toolset for programming languages. But CoronaSDK is different. It is an engine, that uses LUA as it’s controlling language. There are no other languages you can use and you can’t use any external libraries. [import]uid: 5712 topic_id: 17179 reply_id: 64669[/import]
no,no,no) thats not what i meant)
i meant what LANGUAGES corona support, like English, Turkish, Japanese, Finnish, Chinese and so on) i just want a list of them) [import]uid: 16142 topic_id: 17179 reply_id: 64692[/import]
Do you mean which languages the Corona simulator is viewable in or do you mean what languages display in your game via newText etc?
If the former, I’m not sure and if the latter than any language that uses the Latin alphabet naturally but I’m not sure about Cyrillic, Arabic or Kanji etc [import]uid: 5833 topic_id: 17179 reply_id: 64699[/import]
guess i’ll need to find all them on my own
still thanks for attention) [import]uid: 16142 topic_id: 17179 reply_id: 64700[/import]
Since any language using the UTF-8 is *not* supported, you cannot use any language that does not use the normal ASCII character set.
Which as @Graham has correctly identified, *uses the Latin* character set.
So if you want to use Languages like Hebrew, Arabic, Chinese, Japanese, Cryllic you *might* have to use them as graphics than text.
Some languages have combination characters (diacritics) like the French accute/grave è é â or the German umlaut ü or the brasilian ã and so on… other languages have these and with graphic fonts, you cannot get those combinations show up automatically.
cheers,
?
[import]uid: 3826 topic_id: 17179 reply_id: 64762[/import]