1. /c/workspace/rockbox/tools/genlang -v -e=/c/workspace/rockbox/apps/lang/english.lang -t=sansaclipplus -i=66 -b=/c/workspace/rockbox/build/apps/lang/thai.lng /c/workspace/rockbox/apps/lang/thai.lang
  2. Usage: genlang [options] <langv2 file>
  3.  
  4.  -p=<prefix>
  5.     Make the tool create a [prefix].c and [prefix].h file.
  6.  
  7.  -b=<outfile>
  8.     Make the tool create a binary language (.lng) file named [outfile].
  9.     The use of this option requires that you also use -e, -t and -i.
  10. ...