Hi,
while looking into AddressManager, I found, I can enter a birth date, but its
not shown there.
Its using this in Frameworks/AddressView/ADPersonPropertyView+Private.m to set
the value that should be shown:
val = [val descriptionWithCalendarFormat:[[NSUserDefaults standardUserDefaults]
objectForKey:NSShortDateFormatString]];
Looking into -base, I think it should take the format string from
Resources/Languages/<Language>
I don't have a locale set, but also tried to set LC_CTYPE='de_DE.UTF-8' or
LANG, or LC_ALL, but no change.