Skip to main content
12-Amethyst
June 26, 2023
Solved

Finding resource bundle for Text Tailoring in Windchill

  • June 26, 2023
  • 1 reply
  • 1883 views

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,

 

 

 

 

Best answer by HelesicPetr

@NT_10644494 

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

HelesicPetr_2-1687781988189.pngHelesicPetr_3-1687782001111.png

 

 

The ResourceBundle set >

HelesicPetr_1-1687781789095.png

 

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.... 

HelesicPetr_0-1687781544559.png

 

PetrH

1 reply

HelesicPetr
22-Sapphire II
22-Sapphire II
June 26, 2023

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

HelesicPetr_0-1687779264891.png

PS> in a UI use the name navigationRB 

PetrH

12-Amethyst
June 26, 2023

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

HelesicPetr
22-Sapphire II
22-Sapphire II
June 26, 2023

@NT_10644494 

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

HelesicPetr_2-1687781988189.pngHelesicPetr_3-1687782001111.png

 

 

The ResourceBundle set >

HelesicPetr_1-1687781789095.png

 

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.... 

HelesicPetr_0-1687781544559.png

 

PetrH