The demo was set up for "Chinese Simplified, PRC", which has a Locale ID of 00000804. For "Chinese Traditional, Taiwan" the Locale ID is 00000404.
So, in the code behind the form "tblSomeData", under the cmdChinese_Click() sub,
change this line from:
SetLanguage ("00000804")
to...