I want to give dynamic labels to the buttons i.e. it will be decided at runtime waht label should be displayed on the button. I am developing a multilingual application thats why I need this feature. How can it be done? Is it possible to fill the text attribute from some data source, at the moment its taking only string (static). Please help me how to do that. Thanks