Method GetAllCommandsForDisplay
GetAllCommandsForDisplay(string)
Gets all commands formatted for display purposes.
public static IReadOnlyList<CommandInfo> GetAllCommandsForDisplay(string languageCode = "en")
Parameters
languageCodestringThe ISO 639-1 language code for localized examples (e.g., "en", "fr", "de"). If not specified or not supported, defaults to "en".
Returns
- IReadOnlyList<CommandInfo>
A read-only collection of CommandInfo objects containing display-friendly command information.