Define Supported Languages in PLM Parameters
-
Edit the
SearchSettings_Public.json
file in:-
/home/data/RTV/SERVER_NAME/3ddashboard/linux_a64/webapps/SNInfraUX/assets
for 3DDashboard and CATIA V5 POWER'BY. -
/home/data/RTV/SERVER_NAME/apache-tomcat/webapps/federated/webapps/SNInfraUX/assets
for Native Apps.
-
-
Define the languages for which you want to display PLM parameters
search suggestions. The syntax is the following:
"PLMParamNLS": { "<language code>": "<RDF vocabulary name>:<predicate name>", "<language code>": "<RDF vocabulary name>:<predicate name>" }
For example, to add English and French, you could have a definition like:
"PLMParamNLS": { "en": "ds6wg:entitle", "fr": "ds6wg:frtitle" }
Tip: To know the exact names of attribute predicates, look into your 3DSearch index data model configuration.