1. Alexander Eydel
  2. PowerBuilder
  3. Wednesday, 4 December 2019 16:24 PM UTC
Thanks
 
Alexander
Alexander Eydel Accepted Answer Pending Moderation
  1. Thursday, 5 December 2019 12:58 PM UTC
  2. PowerBuilder
  3. # 1

Chris, 

Thanks, can you please share a detailed code you used to accomplish your display of Russian in a command button?

 

Comment
  1. Chris Pollach @Appeon
  2. Thursday, 5 December 2019 15:44 PM UTC
Hi Alexander;

No special coding ... just typed (or you could just paste) the Russian syllables into the CB's "text" property ... and voila - WYSIWYG! :-)

Regards ... Chris
  1. Helpful
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 4 December 2019 16:51 PM UTC
  2. PowerBuilder
  3. # 2

Hi Alexander;

   Since Appeon PB is fully Unicode compliant under the UTF-16LE standard, the display and capture of Russian characters would not be a problem. For example ...

  However, there is no Russian based PB run-time - so you will need to stay away from "built-in" features like MessageBox() for example that will not display the OK & CANCEL command buttons in Russian. Instead, you will need to develop your own application based Message Box dialogue.

  The next thing will be to handle your own "Regional Settings" for handling of Date, Time and Monetary formats.There may also be issues with running your Apps under a Russian version of MS-Windows vs a Russian PB App running under an English MS-Window version (as another consideration).

HTH

Regards ... Chris

 

Comment
  1. Armeen Mazda @Appeon
  2. Wednesday, 4 December 2019 20:37 PM UTC
There are no known widespread compatibility issues running PowerBuilder apps on Windows OS in Russian or any other language for that matter. The other issues you mentioned definitely need to be addressed to properly localize the app.
  1. Helpful
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.