An array of language names supported by the language provider.
The <system.codedom> Element in the machine configuration file contains the language provider and compiler configuration settings for each System.CodeDom.Compiler.CodeDomProvider implementation on the computer. Each configured language provider supports one or more language names. For example, the System.CodeDom.Compiler.CompilerInfo object for a Microsoft.CSharp.CSharpCodeProvider might return an array with the language names "c#", "cs", and "csharp".