I created an "appname".LOG file in the APPS/LOGS directory. It is supposed to print out "TTE = 41ms" each pass. Instead, I get the data shown in the attached image. I tried to use Google Translate, but it cannot properly translate it. Any ideas on how to set the language to English using the Build for Device feature?
Whats in the <myapp>.txt log file is what you write with Sys.println() and Sys.print() in your app. Are you using localized strings there? There's something added by CIQ which might be localized (seems I recall that with backgrounding, that is says if the message is from the main process or the background)