Code: Alles auswählen
DefaultFormatSettings.LongMonthNames[3]:= UTF8Encode ('März');
Code: Alles auswählen
var
FMS: TFormatSettings;
begin
FMS := DefaultSettings;
end;
Trotzdem fehlt dann bei
Code: Alles auswählen
FormatDateTime('mmmm yyyy', StrToDate ('01.03.2016'), FMS)
Aber seltsamerweise nur unter Linux (MAc noch nicht getestet), unter Windows ist es OK.
Was mache ich falsch?
belegt.