Jump to content

How to add a new UI language?


Recommended Posts

Hi everybody.

 

I'm new to Plastic.

I have Windows in Spanish lang, and after install PlasticSCM, the client UI is shown in Spanish.

I would love to use Plastic with english lang UI, but I don't find any option to change the UI lang.

I tried to change the Windows lang and reinstall Plastic, but it is always using spanish lang for UI.

Does someone knows how could I change the UI language to use Plastic Client UI in English version?

 

Thanks a lot.

 

 

Link to comment
Share on other sites

Hi Lorenzo,

You just need to find your client configuration file, typically in

%LOCALAPPDATA%\plastic4\client.conf

or

%PROGRAMFILES%\PlasticSCM5\client\client.conf

and open it for edit. You'll find a <Language> tag with the current language value ('es' in your local machine, as you mentioned that the UI is displayed in Spanish). Just change it to 'en' and the GUI language will be English:

 

<?xml version="1.0"?>
<ClientConfigData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Language>en</Language>
  <WorkspaceServer>...</WorkspaceServer>

  <!-- more settings -->

</ClientConfigData>

 

 

Link to comment
Share on other sites

21 hours ago, mig said:

Hi Lorenzo,

You just need to find your client configuration file, typically in


%LOCALAPPDATA%\plastic4\client.conf

or


%PROGRAMFILES%\PlasticSCM5\client\client.conf

and open it for edit. You'll find a <Language> tag with the current language value ('es' in your local machine, as you mentioned that the UI is displayed in Spanish). Just change it to 'en' and the GUI language will be English:

 


<?xml version="1.0"?>
<ClientConfigData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Language>en</Language>
  <WorkspaceServer>...</WorkspaceServer>

  <!-- more settings -->

</ClientConfigData>

 

 

Thanks, that was helpful :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...