Hello there !

I'm working on something that uses UITable and for some reasons (mostly localization-related stuff) I CAN'T use UILabels. Believe me, I'd prefer to use them, that'd make my life a lot easier, but that's just not possible with that product.
So instead, I've got to work with text meshes. My question is : Is it possible to create an empty sprite that would cover my TextMesh so that UITable works with them ?
Thanks in advance for your answers.