Broken localized links to online documentation from Built-in Editor Tutorials

I’ve provided a source-code patch as the #101 pull-request https://github.com/EpicGames/UnrealEngine/pull/101

  1. In this patch I choose to modify the Localisation method FCulture::FICUCultureImplementation::GetUnrealLegacyThreeLetterISOLanguageName() to override any languages by the use of ToUpper().
  2. An other way could be to reconfigure the Web server, but then there would still have problems for future integration of build-in tutorials in new languages.

Cheers!
SRombauts