I'm making a multi-language site at the moment and I have all my buttons predefined in the Skin file. I know this is a server-side file and I was wondering it it would be possible to set the Text="" attribute to some C# code that would automatically render the right language?
sort of like <asp:hyperlink runat="server Text="<%= langauage.hello %>" /> you can see what I'm getting at I just not sure how to implement it.
Anyone got any pointers?