Resources for IT Professionals > Forums Home > BizTalk Server Forums > BizTalk Server RFID > Localization sample worldcalc - where is it?
Ask a questionAsk a question
 

AnswerLocalization sample worldcalc - where is it?

  • Friday, June 29, 2007 8:01 PMDWimmers Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I'm working on adding localization to our provider, and looking through the documentation there's references to a sample application called worldcalc, that's supposed to be part of the SDK samples.  But I don't see it.  I have Visual Studio 2005 with complete MSDN intallled and I've also downloaded the .NET Framework 2.0 SDK, and installed all its samples.  It's supposed to be located in "SDK Samples\Tutorials\ResourcesAndLocalization", but I have no such folder.

    Here's the documentation that references it: http://msdn2.microsoft.com/en-us/library/aa309421(VS.71).aspx

    So how do I get it?

    Thanks.

Answers

  • Monday, July 02, 2007 8:40 AMAndreas Erben Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    Simply put, you were looking at the documentation for Visual Studio 2003 / .NET 1.1 (that is what VS.71 stands for) you have to look for tutorials for Visual Studio 2005 and .NET 2.0 or find the samples of the .NET 1.1 SDK.

    But: As far as I know, this specific sample you are trying to find is NOT part of the .NET 2.0 SDK.

    Meaning, you will have to download the .NET 1.1 SDK if you really want to have the sample.

    If it is just about general starting points for localization / globalization, I found that google spits out some good links Smile

All Replies

  • Monday, July 02, 2007 8:40 AMAndreas Erben Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    Simply put, you were looking at the documentation for Visual Studio 2003 / .NET 1.1 (that is what VS.71 stands for) you have to look for tutorials for Visual Studio 2005 and .NET 2.0 or find the samples of the .NET 1.1 SDK.

    But: As far as I know, this specific sample you are trying to find is NOT part of the .NET 2.0 SDK.

    Meaning, you will have to download the .NET 1.1 SDK if you really want to have the sample.

    If it is just about general starting points for localization / globalization, I found that google spits out some good links Smile

  • Monday, July 02, 2007 2:28 PMDWimmers Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Well, if I wanted Google results, I would have used Google

    I specifically wanted worldcalc, and wasn't sure if the 2.0 SDK also included the 1.1 samples, which it apparently doesn't.  I was trying to avoid installing the 1.1 SDK, but I went ahead and did it and got the samples I needed.