Question
4
Replies
181
Views
RBC
Posted: July 27, 2017
Last activity: August 1, 2017
Closed
Language Support for Pega Robotic Studio (via Resx files)
I know that in c#, winforms have a Localization property that allows easy localization (see screen shots below). for pega projects, how do we handle multi language support. I have one team using an XML file and loading each control for a form one by one. This is clumsy, and prone to errors. what's the recommend approach or should we stick with the xml? Or Is there an alternative to use a Winform directly from a c# project?
Thanks, Rob...
Why are they copying the XML of the form? What is the goal for this procedure? You can copy the *.os file and import it into the project to get you a copy and then .. change the language to what you need.
Hmm.. you can also create your own C# project and import that library to your Pega Robotics Project if that is desired too.. but you are right... I checked through the various options and localization is not readily available.