Question : Need to translate my first string in ASP.NET

I added one label on the default.aspx page, created a App_LocalResources folder, and generated a Default.aspx.es-US.resx file inside of that.  I would like to have that contain "Hola!"  but am not sure how to do that.

Could someone please show me how?

I used Tools > Generate Local Resource to get the folder created then copied Default.aspx.resx to create the Default.aspx.es-US.resx page.

Please let me know...

newbieweb
1:
2:
3:
4:
<body>
    <form id="form1" runat="server">
    Hello!</form>
</body>

Answer : Need to translate my first string in ASP.NET

Rereading your first post I realize that Drupal outputs menus exactly the way you want, except with a few classes added here and there. I have attached some sample Drupal menu output.

If you need to add custom classes to the menu, this guide might be of use.
http://programmingbulls.com/complete-drupal-6-menu-theming
1:
2:
3:
4:
<ul class="menu">
<li class="leaf first dhtml-menu "><a href="/user/login" title="" id="dhtml_menu-690">Login</a></li> 
<li class="expanded  dhtml-menu  collapsed start-collapsed "><a href="/content/submission-system" title="" id="dhtml_menu-7414">Submission System</a>
</ul>
Random Solutions  
 
programming4us programming4us