not work
@label:=Return(Sysinfo("Language") == "Chs" ? "发送到" : "Send To");
FileType SENDTOMENU
work
@label:=Return(Sysinfo("Language") == "Chs" ? "发送到" : "Send To");
//FileType SENDTOMENU
buttom
<?xml version="1.0"?>
<button backcol="none" display="both" label_pos="right" textcol="none">
<label>新建按钮</label>
<icon1>#newcommand</icon1>
<function type="normal">
<instruction>@label:=Return(Sysinfo("Language") == "Chs" ? "发送到" : "Send To");</instruction>
<instruction>FileType SENDTOMENU</instruction>
</function>
</button>