예제 #1
0
 public static LocalisedString GetDescription(Formatting.FormatType format)
 => (LocalisedString)($"FORMAT_ID_{(uint)format}_DESCRIPTION");
예제 #2
0
 public static LocalisedString GetName(Formatting.FormatType format)
 => (LocalisedString)($"FORMAT_ID_{(uint)format}_NAME");