TopicTransformationCore.LanguageIdFor Method

This is used to get the language ID for the given language from a syntax section or code example

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.3.22.0
public static string LanguageIdFor(
	string codeLanguage
)

Parameters

codeLanguage  String
The code language for which to get the ID

Return Value

String
The language ID if it could be determined or the code language if not or it belongs to a syntax generator.

See Also