FLex 中弹出框YES NO 改中文
private function ClickHandler(event:Event):void {
Alert.buttonWidth = 100;
Alert.yesLabel = "是";
Alert.noLabel = "否";
Alert.cancelLabel = "取消";}
private function ClickHandler(event:Event):void {
Alert.buttonWidth = 100;
Alert.yesLabel = "是";
Alert.noLabel = "否";
Alert.cancelLabel = "取消";}