|
Home
About
Requirements
How to Build and Run
How to Create Your Own Flash Cards
How to Add a New Language
How to Use
Gallery
Troubleshooting
Download
Site hosted by:

|
How to Add a New Language
Easier than you think. You can add any character-based
language, since characters are drawn using a PNG bitmap file.
You can even add English, if you want English-English flash
cards, for studying SAT/GRE vocabulary or whatever.
- Copy an existing language's directory to a new directory
(e.g. copy
C:\WTK22\apps\Kardz\src\ncy\kardz\KardzJPN
to C:\WTK22\apps\Kardz\src\ncy\kardz\KardzTHA).
- Change the package name of the
Kardz.java file
in the new language's directory (e.g. change
package.ncy.kardz.kardzJPN to package.ncy.kardz.kardzTHA
in C:\WTK22\apps\Kardz\src\ncy\kardz\KardzTHA\Kardz.java).
- In KToolbar, open the Kardz project and click on
Settings. On the MIDlet tab, Add a new entry
for the new language.
- Done! Now just create your cards and
recompile.
|