1. Cecilia Jiménez Bedoya
  2. PowerBuilder
  3. Wednesday, 14 February 2018 14:32 PM UTC
Can someone tell me what is the dll that must be distributed to put the date format in Spanish.
string (date, 'dd-mmmm-yyyy'). I mean the name of the month in Spanish.

 

Thank you

Donald Clayton Accepted Answer Pending Moderation
  1. Monday, 5 October 2020 17:27 PM UTC
  2. PowerBuilder
  3. # 1

Specify [shortdate] as the format for the date and set the date to the desired format in Control Panel, Regional Settings.  Or, just hard code the format string in the dw.

Comment
There are no comments made yet.
Govinda Lopez @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 14 February 2018 17:53 PM UTC
  2. PowerBuilder
  3. # 2

Hi Cecilia,

 

That would depend on where you are using these internationalizations. You may find more information about that here (page 366); and, here's a list of the localized files:

 

Localized Files
File Required for
pbvm170.dll Runtime
pbshr170.dll Runtime
pbdwe170.dll DataWindows and DataStores
pbejbclient170.pbx EJB client
pbtctext170.dll Rich Text
pbtxtext170.dll Rich Text
pbrtc170.dll Rich Text
pbtra170.dll Database connection tracing
pbado170.dll ADO.NET
pbin9170.dll INFORMIX I-Net 9
pbi10170.dll INFORMIX 10
pbo90170.dll Oracle9i and later
pbo10170.dll Oracle 10g and later
pbora170.dll Oracle 11g and later
pbsnc170.dll Microsoft SQL Native Client
pbdir170.dll SAP Sybase DirectConnect
pbase170.dll SAP Sybase Adaptive Server Enterprise for ASE 15.x and later
pbsyc170.dll SAP Sybase Adaptive Server Enterprise for ASE 11.x and later
pbjdb170.dll PowerBuilder JDBC DB Driver for the Sun Java VM
pbodb170.dll PowerBuilder ODBC interface
pbole170.dll PowerBuilder OLE DB interface
pbuis170.dll Runtime
x64\pbvm170.dll Runtime
x64\pbshr170.dll Runtime
x64\pbdwe170.dll DataWindows and DataStores
x64\pbejbclient170.pbx EJB client
x64\pbrtc170.dll Rich Text
x64\pbtra170.dll Database connection tracing
x64\pbado170.dll ADO.NET
x64\pbin9170.dll INFORMIX I-Net 9
x64\pbi10170.dll INFORMIX 10
x64\pbo90170.dll Oracle9i and later
x64\pbo10170.dll Oracle 10g and later
x64\pbora170.dll Oracle 11g and later
x64\pbsnc170.dll Microsoft SQL Native Client
x64\pbase170.dll SAP Sybase Adaptive Server Enterprise for ASE 15.x and later
x64\pbsyc170.dll SAP Sybase Adaptive Server Enterprise for ASE 11.x and later
x64\pbjdb170.dll PowerBuilder JDBC DB Driver for the Sun Java VM
x64\pbodb170.dll PowerBuilder ODBC interface
x64\pbuis170.dll

Runtime

 

 

Regards,

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 14 February 2018 16:33 PM UTC
  2. PowerBuilder
  3. # 3

Hi Cecilia;

  You would need the Spanish language pack (aka Localized Runtime). It should be downloadable from the Downloads area in your User Center on the Appeon website. For more information, please click here.

Regards ... Chris

Comment
There are no comments made yet.
Olan Knight Accepted Answer Pending Moderation
  1. Wednesday, 14 February 2018 16:06 PM UTC
  2. PowerBuilder
  3. # 4

Do this yourself in a function. Call that function instead of calling other date functions like Date() or DateTime().

 

Olan

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.