Menu item with label and image background

Hi.

I plan to release my game with support to several languages.

The problem is that I would like to use menu itens with a bitmap as background, but the text depending of the selected language.

The stantard menu itens have or bitmap or string, not both.
What´s the best way to create menu itens having bitmaps as backgrouns, and with text that can changed?

Thanks

Jose

I think you should inherit CCMenuItemLabel, expend your class and combine a CCSprite or CCImage in it.