How can I add a text to a sprite

Hello

I have a sprite which is part of a CCSpriteBatchNode. And in the middle of the sprite I want to write a text, probably using one of the Label classes.
What would be the best solution to do that ?

Regards,
Adrian

Perhaps you could simply add the label object as a child of the sprite.