Hello, I'm writing about an issue we encountered while trying to register the resource bundle file into the Text Tailoring functionality. The problem is, we are not sure for which resource bundle file we need to be looking for. Is there a way to find it from the GUI for concrete label or action, or we need to search it within the source. For example, if I want to change the table name "Where Used" in Part to "Where Used New" what's the way to check the resource bundle file for this label?
I'm using Windchill 12.1,
Solved! Go to Solution.
I understand,
It is very complicated. Sometimes you can find it through GUI by jcaDebug or Tools - Action Report.
Action Report WCHADRESS/Windchill/app/#ptc1/carambola/tools/actionReport/action
Tools WCHADRESS/Windchill/app/#ptc1/carambola/tools/list
example with Version History
The ResourceBundle set >
Unfortunately there is no way how to get this information through the GUI for some actions because the source XML does not contains information about ResourceBundle for example the Where used tab do not contains that information and you need to search for it in the folders....
PetrH
Hello @NT_10644494
It is navigationRB.java /class
located in ...Windchill\codebase\com\ptc\core\ui\navigationRB.class
source> is in ....Windchill\src\com\ptc\core\ui\navigationRB.java
PS> in a UI use the name navigationRB
PetrH
Hello,
Thank you for your answer.
For "Where Used" I mean it only as example. The problem I have is, without searching in src is there a way through the GUI to find which is the resource bundle. For example this scenario - You see some label or text in the system and you want to see its resource bundle. How you will find it through the GUI? I hope you understand what I mean,
NT
I understand,
It is very complicated. Sometimes you can find it through GUI by jcaDebug or Tools - Action Report.
Action Report WCHADRESS/Windchill/app/#ptc1/carambola/tools/actionReport/action
Tools WCHADRESS/Windchill/app/#ptc1/carambola/tools/list
example with Version History
The ResourceBundle set >
Unfortunately there is no way how to get this information through the GUI for some actions because the source XML does not contains information about ResourceBundle for example the Where used tab do not contains that information and you need to search for it in the folders....
PetrH
As I saw, the page Customization->Tools->Actions page shows all the actions with the same name and the searching for the specific action can take long time. I hope they add some new functionality for displaying the resource bundle while using the jcaDebug, because I tried it with and it's still not showing for all labels the concrete file.
Again, thanks for the explanation and your time,
NT