@label Not work

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(&quot;Language&quot;) == &quot;Chs&quot; ? &quot;发送到&quot; : &quot;Send To&quot;);</instruction>
		<instruction>FileType SENDTOMENU</instruction>
	</function>
</button>

FileType SENDTOMENU generates a menu, which replaces the actual button that has the command in it (which is hidden outside of Customize mode).

@label won't affect that kind of thing.