GUI Scripting International pane

I want to move languages in the Language pane of the International system preference. But I can not make it work.
It gives an error on the “move row 1 to row 2”. Any hint here?

tell application “System Preferences”
activate
reveal anchor “Language” of pane id “com.apple.Localization”
end tell

tell application “System Events”
tell process “System Preferences”
tell table 1 of scroll area 1 of tab group 1 of window 1
move row 1 to row 2
end tell
end tell
end tell

Hi,

take a look at this thread:
http://bbs.applescript.net/viewtopic.php?id=15558

hope it helps