John Adams wrote:Scat, I wonder if it would benefit us to start creating plain text messaging (like this) in the database, for multi-language support? I highly doubt if we say "You have fallen and died" in english hard-coded in the server that it will translate to German for us automatically
Just a thought.
I happen to know for a fact that message "You have fallen and died." is actually part of the UI. Some custom UI developers for fun change this message to things like "You suck at this game. Go back to playing WoW." and stuff like that.
I can tell you that if you look in the UIBuilder, you'll see data objects. These are the tidbits of information that is streamed to the client and translated into the UI for the player to see (such as hit points, class, race, level, guild level, xp, etc.). What excites me about this, is that you can create custom data objects and build windows to display information streamed from the server. This ability to customize data objects is the basis for my Admin Panel, which I will complete when the official database is released.
Hope this helps
