i18n and tags

Hi,
Im trying to show this on a label:
i18n:lbl.Info Contacto - %%name_fl%%

But when i run my app only the tag field appears correctly, the i18n part says “!lbl.Info Contacto” but if i use 2 different labels to show this it works correctly.
Am i missing something in order to show both in one label?

Ok i got it i needed to add tags to the i18n part
%%i18n:lbl.Info Contacto%% - %%name_fl%%
Works correctly like that