Mar 2, 2005 #1 M mystery Full Member level 2 Joined May 9, 2001 Messages 124 Helped 4 Reputation 8 Reaction score 2 Trophy points 1,298 Location Turkey Activity points 825 Hot Language Change Hi all I need to write a program that user can change the language (English, French, Turkish, Arabic, ...) of messages. I use MSP430F149 and IAR EW. How can I do this in C language? Thanks
Hot Language Change Hi all I need to write a program that user can change the language (English, French, Turkish, Arabic, ...) of messages. I use MSP430F149 and IAR EW. How can I do this in C language? Thanks
Mar 3, 2005 #2 bobcat1 Advanced Member level 4 Joined Jul 10, 2002 Messages 1,284 Helped 99 Reputation 198 Reaction score 34 Trophy points 1,328 Activity points 8,546 Re: Hot Language Change Hello Use external flash like the M25P10 {st} to hold language strings set Ptr to string with multipale jumps e.g language 1 address 0x00 language2 address 0x1000 etc. when using the language all you have to do is to change the Ptr to change the language All the best Bobi
Re: Hot Language Change Hello Use external flash like the M25P10 {st} to hold language strings set Ptr to string with multipale jumps e.g language 1 address 0x00 language2 address 0x1000 etc. when using the language all you have to do is to change the Ptr to change the language All the best Bobi