Talk:Fb:fbml-attribute

From Facebook Developer Wiki

Jump to: navigation, search

Given the following code:

<fb:editor-buttonset>
	<fb:editor-button>
		<fb:fbml-attribute name="value">
			<fb:intl>Send Answers</fb:intl>
		</fb:fbml-attribute>
	</fb:editor-button>

	<fb:editor-cancel href="...">
		<fb:fbml-attribute name="value">
			<fb:intl desc="Button: Cancel test">Cancel</fb:intl>
		</fb:fbml-attribute>
	</fb:editor-cancel>
</fb:editor-buttonset>

there is no way to translate the or in between the Send and Cancel. Also if you have added the translation application the send answers button will show broken HTML. Is there any way to work around that?

Hi could you please file a bug? This will help get these issues addressed faster. Thanks! Pete (563683308 19:26, 19 April 2009 (PDT))
reference