cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

Different languages for Creo

Ketan_Lalcheta
19-Tanzanite

Different languages for Creo

Hello

 

Can I have Creo installed on my machine with two different languages in single installation?

 

If so, How can I set language either from two installed language without doing re installation?

 

Any idea would be of much help.

 

Thanking you!

 

Regards

Ketan

1 ACCEPTED SOLUTION

Accepted Solutions
3 REPLIES 3

Kainjfr69
6-Contributor
(To:MartinHanak)

Our solution is to create a .bat launch shortcut for each different language allready installed and set the LANG option like bellow :

 

if NOT EXIST C:\Temp (mkdir C:\Temp)

set DEFPRO=\\your.network.adress\
set APPLI_DIR=C:\Program Files\PTC
set LANG=ENGLISH
set TRAIL_DIR=C:\Temp


@echo off

"C:\Program Files\PTC\Creo 6.0.2.0\Parametric\bin\parametric.exe" %*

 

Normally it's ok.

 

Best regards

Hello @Ketan_Lalcheta,
if you would also like the Creo language to be changeable during a running session and not just defined during program startup, please vote for my idea of improvement:

"Changing language of user interface during running session"

Top Tags