1
I want to know what is this chunk that code from a dxe button:Aspxbutton, and how it works?
Text="<%$ Resources: Textos, BotaoLogin %>"
1
I want to know what is this chunk that code from a dxe button:Aspxbutton, and how it works?
Text="<%$ Resources: Textos, BotaoLogin %>"
2
Hello, you are using Resources to define the text.
This is usually used to create applications with more than one language
Here are articles that can help you.
http://msdn.microsoft.com/en-us/library/vstudio/fw69ke6f%28v=vs.100%29.aspx
http://www.macoratti.net/aspn_mla.htm
http://www.dev.mayogax.me/internacionalizacao-de-sites-asp-net
Browser other questions tagged .net vb.net visual-basic-6
You are not signed in. Login or sign up in order to post.