MichaelDev
Wednesday, May 11, 2005
  i18n in .Net
I'm trying to get some basic internationalization working in .Net. The concept is simple, but I'm not getting the ResourceManager to find my resource assemblies. No fun.

Some interesting stuff:
.Net framework source code: http://dotnet.di.unipi.it/Content/sscli/docs/doxygen/fx/bcl/

Microsoft has some examples. At least I got the example running:
Example: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cssample/html/vcsamLocalizedHelloWorld.asp
Note this isn't exactly straightforward with the development environment. They had to make some C++ projects to make it build satellite assemblies. This kind of stuff should be more foolproof.

Other Useful Stuff:
http://samples.gotdotnet.com/quickstart/howto/doc/createresources.aspx
http://samples.gotdotnet.com/quickstart/aspplus/default.aspx?url=%2fquickstart%2faspplus%2fdoc%2fresourcefiles.aspx

And another article:
http://www.codeguru.com/columns/VB/article.php/c5601/

Some of my headaches may be because I'm working with ASP.Net. Here's a Microsoft article on doing this with ASP.Net. It doesn't exactly fit my circumstances, but might be interesting:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconresourcesinasppages.asp
 
Wednesday, May 04, 2005
  String formatting in .Net - good guide
The String.Format method is great, but trying to find out how to use it in Microsoft's documentation is next to impossible.

I like this page: http://www.stevex.org/dottext/articles/158.aspx

It's a good summary of how to use it, plus there are tons of comments from others. And it's all on one page!
 
Various notes on software development. Currently using C# and .Net. May also include comments on the overall software development process, etc.

Name:
Location: Orange County, California, United States
ARCHIVES
June 2004 / July 2004 / August 2004 / September 2004 / October 2004 / November 2004 / December 2004 / January 2005 / February 2005 / March 2005 / April 2005 / May 2005 / September 2005 / October 2005 / November 2005 / January 2006 / February 2006 / April 2006 / May 2006 / June 2006 / March 2007 /


Powered by Blogger