We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Can I hear from any of you regarding what are some of the things that would simplify the job of creating an embedded system that has multi-language display support capabilities?
I have found a few links highlighting what to look out for, but I thought that asking the question to those that might already have gone down this path of what they found to be the best approach and gotchas that were encountered.
www.barrgroup.com/.../Firmware-Internationalization
www.suodenjoki.dk/.../localization.htm
As always, memory storage is a concern.
message_pointer[language][message]
or
message_pointer[message][language]