How do I change labels in an existing language?
Editing an existing language file in WorkflowGen is similar to the method to add a new language (refer to the link: http://community.workflowgen.com/kb/how-to-support-create-a-new-language.html)
The same caveat applies that software updates may overwrite any changes made to your language resource files. To avoid this, back up the resource files prior to an update, perform the update, and re-apply the changes afterwards.
Special note for the English US language
English US (en-US) is the primary language of WorkflowGen, and as such, does not have a language-denominated resource file associated to it in the same manner as other languages. For example, English Canada (en-CA) has the following resource file for the Portal module: “Advantys.Workflow.Web.UI.Portal.en-CA.resx”, whereas the default “core” language for WorkflowGen (en-US) is maintained in the resource file “Advantys.Workflow.Web.UI.Portal.resx”.
Attempting to modify the file "Advantys.Workflow.Web.UI.Portal.resx", however, will not function as expected. Instead, to create changes to the English US language, copy “Advantys.Workflow.Web.UI.Portal.resx” (and other resource files as described in the link shown above) to the new file “Advantys.Workflow.Web.UI.Portal.en-US.resx” and modify this new file. Changes to labels will then appear as expected.
Reader Comments