TopicTransformationCore.LanguageIdFor Method
This is used to get the language ID for the given language from a syntax section or code example
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.3.22.0
public static string LanguageIdFor(
string codeLanguage
)
Public Shared Function LanguageIdFor (
codeLanguage As String
) As String
public:
static String^ LanguageIdFor(
String^ codeLanguage
)
static member LanguageIdFor :
codeLanguage : string -> string
- codeLanguage String
- The code language for which to get the ID
StringThe language ID if it could be determined or the code language if not or it belongs to
a syntax generator.