I want to have one some resource files like this:
Mui.resx Mui.fr.resx Mui.es.resx ...
and I want to be able to do in my codebehind something l
Add the Resources namespace.
Resources
Label1.Text = Resources.Mui.Hello;
and
<%=Resources.Mui.Hello %>