Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hello all,
I want to edit product subtitles (Details,Folders,Workspaces,Packages,Team,Tasks..)
For example, I want to change "Details" as "Detaylar". How can I edit ?
Thanks in advance.
Solved! Go to Solution.
Below the files you need to change
For EPMDocument --> com\ptc\windchill\uwgm\util\uwgmutilResource\java
For WTDocument --> com\ptc\windchill\enterprise\doc\documentResource.java
Thanks
Shreyas
Labels for this actions are rendereeyasd from \Windchill\src\com\ptc\core\ui\navigationRB.java class
You can update the Java class to change the display.
I am not sure about language which you are using. You can also check the if your language is available in Language Pack.
Hope it helps !!!
Thanks
Shreyas
Dear Shreyas,
I updated that folder then I restarted the Windchill but there is no any change.
After updating those files you need to compile java class and restart windchill services. You can run below command to compile java class.
ant -f bin/tools.xml class -Dclass.includes=com\ptc\core\ui\navigationRB.java
Thanks
shreyas
Thanks Shreyas, it works !
Shreyas,
Do you know how to edit tabs (History, Structure, Content, Changes etc.) in info page of Documents ?
Below the files you need to change
For EPMDocument --> com\ptc\windchill\uwgm\util\uwgmutilResource\java
For WTDocument --> com\ptc\windchill\enterprise\doc\documentResource.java
Thanks
Shreyas