Adding gettext on xml
Posted: Tue Apr 07, 2009 07:25
I was wondering if there was any plan or any simple solution , to add gettext for text translation on cegui.
Right now i have different layout according to the language, but it will me more easy (and it 's awwfull to make it evolve when you have to resize...) to allow something like that :
Thanks
Right now i have different layout according to the language, but it will me more easy (and it 's awwfull to make it evolve when you have to resize...) to allow something like that :
Code: Select all
<Property Name="Text" Value="gettext("Cancel")" />
Thanks