Im thinking about solution which would give mechanizm to localize applications websties etc. On one od the cms I saw option that each time u use localizable string simply put
[LANG::MyText]
and then according to language (each one in different file) tags were replaced.
Should it be done in procompile stage? Or is it something else.
What about aspx pages. Is it possible to do it in simillar way
not put:
<asp:Label test="myTextInEnglish>...
but
<asp:Label text="[LANG:MyText]" ...
I hope that my question is clear
thanks for help