FAQ/Questions/Add-Formatting-Options.md
... ...
@@ -117,7 +117,7 @@ You must also adhere to the following two rules:
117 117
118 118
Please see this sample code:
119 119
120
-```
120
+```csharp
121 121
122 122
DateTimeFormatInfo fmt = (new CultureInfo("en-gb")).DateTimeFormat;
123 123
string formatStr = "{0:" + fmt.ShortDatePattern + "}";