Flex 3 DataGridColumn HeaderText Localization
问题 I'm working in a multi-language application using ResourceBundle in Flex 3. I'm displaying data in a DataGrid and defined DataGridColumn headerText like this headerText="{localizedHeaderText('LABEL_USER_NAME')} this function returns the localized label for the username, but when I dynamcally select another language evertying gets refreshed but the headerText labels? Any thoughts? Thanks 回答1: Unless you make the localizedHeaderText method bindable, the binding will never be re-evaluated since