I'm getting a javascript error (see below) on language drop down selection change on the categories page. It appears that this error is preventing the category tree from updating to any other language than default. I tried to manage the categories in non-AJAX mode, but I don't see an option to switch languages in that interface. Please advise. Thanks. Uncaught Sys.ArgumentException: Sys.ArgumentException: Cannot deserialize. The data does not correspond to valid JSON. Parameter name: data After a bit more digging I found some more (hopefully) useful information. The script fails on this call: Sys.Serialization.JavaScriptSerializer.deserialize(nodes.getNode([y]).get_value()) Here is what JavaScriptSerializer is trying to deserialize: {"category": {"CategoryId": "1926", "en_US": "Asia Pacific"}} |