How to change language settings?

Come here to discuss about OpenViBE in general!
Post Reply
Tsur
Posts: 4
Joined: Tue Oct 25, 2011 5:37 pm

How to change language settings?

Post by Tsur »

I want to change my openvibe designer language settings back to english..
please help.

For the record it is now in Hebrew which is my current locale , but i prefer working with english menus and layout.

lbonnet
Site Admin
Posts: 417
Joined: Wed Oct 07, 2009 12:11 pm

Re: How to change language settings?

Post by lbonnet »

Hi Tsur,
Soory for for the laaaaaate reply.

To change the language you can modify the scripts that launches the applications.
For example on windows, add the following line to your ov-designer.cmd file:

Code: Select all

@echo off
SET lang=EN
...
EN for english, but you can choose whatever you want.

hope this helps
Laurent
Follow us on twitter >> openvibebci

Checkout my (old) blog for some OpenViBE tips & tricks : here !

jlegeny
Posts: 239
Joined: Tue Nov 02, 2010 8:51 am
Location: Mensia Technologies Paris FR
Contact:

Re: How to change language settings?

Post by jlegeny »

Hello,

if you happen to be on Linux then the approach is quite similar. In the ov-designer.sh script there is a line

Code: Select all

export LC_ALL=C
you can change it to

Code: Select all

export LC_ALL=en_US.utf8

Post Reply