I'm localizing my site into a bunch of different languages. I've created templates and pages in the different languages, and I can put my translated content in place by editing the content blocks. How do I get the MVC "Login/Logout button" and "Search box" widgets to appear in foreign languages?
You will need to modify the Resource that is driving those buttons. This can be done under Administration > Labels & Messages. If you look at the MVC template HTML you can get the exact resource name or use the search feature in the Labels & Resources screen.
Okay, that's got it. Thank you!