Continue to Site

How to write a program in C where user can change languages?

Status
Not open for further replies.

mystery

Full Member level 2
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
 

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
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top