INTEGRATION: CWS geordi2q10 (1.24.120); FILE MERGED

2003/12/01 16:36:40 rt 1.24.120.1: #111934#: join CWS brazilianextras1
This commit is contained in:
Rüdiger Timm 2003-12-01 16:39:33 +00:00
parent e96e0126d6
commit b2a6e64469

View file

@ -147,7 +147,11 @@ Dim DateFormatString as String
Case cLANGUAGE_SPANISH
DateFormatString = "DD/MMM"
Case cLANGUAGE_PORTUGUESE
DateFormatString = "DD-MMM"
If sCurCountryLocale = "BR" Then
DateFormatString = "DD/MMM"
Else
DateFormatString = "DD-MMM"
End If
Case cLANGUAGE_DUTCH
DateFormatString = "DD-MMM"
Case cLANGUAGE_SWEDISH