Creating a simple application that can switch between English and Chinese..
Hi guys,
I need your help with regards to this simple application. I want to create a simple program that can switch between English and Chinese Language
My initial screen would look like this:
|Choose your language:|
|--|
| o English |
| o Chinese |
| |
| EXIT ||OK|
|-
When I choose chinese I want to display a list items listed below (Menu,Call,Contact,SMS) including labels (BACK ,OK) in
chinese characters.
-
| Menu|
| Call |
| Contact|
| SMS |
|-- |
| BACK || OK|
I'm planning to use a separate text file or Resource file (sort of properties file) which contains the definition of menu's in unicode ex .menu = "\u4014...."; that will be called whenever I select the language I am going to use to display a proper unicode...
But I don't know how to start it. Please guide me on how to start or give any idea on what's the best technique to use... should i create a separate a class for chinese,english and resource file ?.... Please help!!!
Thanks in advance.
regards,
psyeu

