Issue 37: framework.system.languageCode() shows nothing
Status:  New
Owner: ----
Reported by yano.0.t...@gmail.com, Jul 5, 2008
What steps will reproduce the problem?
1. gadget.debug.trace(framework.system.languageCode());
2. The language code should be printed.
3. Nothing is printed

What is the expected output? What do you see instead?

The language code should be printed. But Nothing is printed.

What version of the product are you using? On what operating system?

1.1.0708.17471

Please provide any additional information below.

 
Sep 7, 2008
#1 pluginpl...@googlemail.com
Also noted that a Newly created gadget with the following code:

function view_onOpen(){
alert(framework.system.languageCode())
}

in Google Desktop Gadget Designer version 1.1.0708.17471 will display an empty alert.

However, the same code in the Google Desktop version 5.7.0806.10245, causes an alert 
displaying "en".