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:
parent
e96e0126d6
commit
b2a6e64469
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue