Follows on from http://reviews.llvm.org/D9002.
Added language command with load, as to initially load language runtime commands and allow the ability to use existing CommandObject infrastructure. Previous discussion resulted in not having a load, but HandleCommand(char*) which simply dispatched to a LanguageRuntime. However that meant losing help functionality. Having an explicit load allows using existing CommandObjects and better overall user experience.
Added the language list output to 'help language' as to reflect current behaviour.