Knowledge Base
Knowledge BaseSubject: | [Question] Is it possible to changes header names for grids? |
---|---|
Status |
Resolved |
Product | WireCAD v8 |
Product Level | PRO |
Database Type | SQL Server |
Build Number (last 4 digits of version) | 1368 |
Message

Customer
Some user field are now used for information like logistic numbers etc.
Is it possible to change the titles of these columns in WireCAD or with a script?
Is it possible to change the titles of these columns in WireCAD or with a script?
06-January-2016 (07:26 AM)
Yes.
Open Plugins>Translation Manager. Find the string in the dictionary and edit its display value.
Open Plugins>Translation Manager. Find the string in the dictionary and edit its display value.
06-January-2016 (07:50 AM)

Support

Customer
Thanks just what we where looking for! Is this also a global database table? I found the Languages.vdb3 but i can't find this database on the SQL server.
06-January-2016 (08:07 AM)
It is a local file not on the server. Changes will need to be made on one machine and pushed to others. Copy the Languages.vdb3 file from the source (fixed edited) machine and overwrite the others.
All strings reside here so you just need to look up the key.
All strings reside here so you just need to look up the key.
06-January-2016 (09:45 AM)

Support