Posting solution here for completeness:
If you open the ReseourceRegistry.bat script in the ITX installation directory, and find these lines:
REM set USRLANGUAGE=
REM set USRCOUNTRY=
:DTXHomeSet
REM call %JRE% -DINSTALLDIR="%DTXHOME%" -Duser.language=%USRLANGUAGE% -Duser.country=%USRCOUNTRY% -Dsun.java2d.noddraw=true -classpath "%DTXHOME%\resourceregistry.jar";"%DTXHOME%\dtxpi.jar";%JREBASECLASSPATH% com.ibm.websphere.dtx.resourceregistry.gui.ResourceRegistry
call %JRE% -DINSTALLDIR="%DTXHOME%" -Dsun.java2d.noddraw=true -classpath "%DTXHOME%\resourceregistry.jar";"%DTXHOME%\dtxpi.jar";%JREBASECLASSPATH% com.ibm.websphere.dtx.resourceregistry.gui.ResourceRegistry
Make modifications as follows:
:DTXHomeSet
set USRLANGUAGE=en
set USRCOUNTRY=GB
call %JRE% -DINSTALLDIR="%DTXHOME%" -Duser.language=%USRLANGUAGE% -Duser.country=%USRCOUNTRY% -Dsun.java2d.noddraw=true -classpath "%DTXHOME%\resourceregistry.jar";"%DTXHOME%\dtxpi.jar";%JREBASECLASSPATH% com.ibm.websphere.dtx.resourceregistry.gui.ResourceRegistry
REM call %JRE% -DINSTALLDIR="%DTXHOME%" -Dsun.java2d.noddraw=true -classpath "%DTXHOME%\resourceregistry.jar";"%DTXHOME%\dtxpi.jar";%JREBASECLASSPATH% com.ibm.websphere.dtx.resourceregistry.gui.ResourceRegistry
In summary - Edit the resourceregistry.bat script to ensure that the USRLANGUAGE and USRCOUNTRY variables are set (moved beyond the ':DTXHomeSet' label) and change the REM statements to activate the line that includes these variables in the final Java call
------------------------------
Paul Brett
IBM Sterling Transformation Extender (ITX) Client Support
------------------------------
Original Message:
Sent: Mon August 07, 2023 04:20 AM
From: Philippe Mongrolle
Subject: How to set Ressource Registry in English for "Newbies" π€£
Hi !
Let's start with a very basic issue I just encounter with ITX v10.1.0.2 build 11 but I'm pretty sure its the same with other versions / builds : how do I setup ITX to get the Ressource Registry in English ?
Wouldn't be so much of an issue if it was not also affecting tagsnames on the ressources naming files, and therefore generating something like :
<Value Server="DEV" encrypt="Activer" id="7260" iv="3350dc467d1022d581b81a8d4863a307">34ce9e2002dc55a355f0724bac604607</Value>
Activer that would NOT be interpreted as ON by the runtime of course π, failing the ressource to be decrypted...
Of course I changed the settings in CleanExtenderStudio.bat, ExtenderStudio.bat, resourceregistry.bat and ResourceRegistryHelper.bat, but it doesn't help...
Any clue on how to solve this issue would be highly appreciated !
------------------------------
Philippe Mongrolle
------------------------------