| View previous topic :: View next topic |
| Author |
Message |
rickah Newbie

Joined: 23 Sep 2006 Posts: 2
|
Posted: Sat Aug 18, 2007 7:34 am Post subject: [Solved] Desktop Shortcuts for two languages |
|
|
How do I create two Windows Desktop Shortcuts for OpenOffice for more than one language?
The user needs to be able to click the shortcut in their own language which opens OOWriter in either English or Spanish with their own language interface and settings already preset for them. Expecting the user to be able to change the settings for themselves is not reasonable in this case.
Thank you very much,
Rick.
---
| B Marcelly wrote: | Hello,
I tested these batches with OpenOffice.org 2.2.1 on MS-Windows XP SP2 Home.
I have OpenOffice en-US plus french langpack .
Do not use the Quick starter.
Run the batches with no OpenOffice running, or the change will only be effective at next OpenOffice start.
Open Writer with user interface in FR french: | Code: | @echo off
"C:\Program Files\OpenOffice.org 2.2\program\setofficelang.exe" -f fr-FR
"C:\Program Files\OpenOffice.org 2.2\program\swriter.exe" |
Open Writer with user interface in US english: | Code: | @echo off
"C:\Program Files\OpenOffice.org 2.2\program\setofficelang.exe" -f en-US
"C:\Program Files\OpenOffice.org 2.2\program\swriter.exe" |
______
Bernard |
Using this batch file works beautifully. Having templates with alternate language settings is also helpful.
Thanks a million, y'all,
Rick.
Last edited by rickah on Sun Aug 19, 2007 5:38 am; edited 1 time in total |
|
| Back to top |
|
 |
Hagar Delest Super User


Joined: 06 Feb 2006 Posts: 5167 Location: France
|
|
| Back to top |
|
 |
jrkrideau Super User

Joined: 08 Aug 2005 Posts: 6733 Location: Kingston ON Canada
|
Posted: Sat Aug 18, 2007 3:11 pm Post subject: |
|
|
| Hagar de l'Est wrote: | The only thread about this that I can remember is this one : Launch OpenOffice in different languages. I always use it under Linux but I'm not sure the fix for Windows has been given (at least explained step by step).
Good luck. |
What about just setting up two templates and saving them on the desk top or where ever is appropriate. Label one English and one Spanish. The user simply starts OOo by clicking on the appropriate template. _________________ jrkrideau
Kingston ON Canada
Currently using Windows 7 & OOo 3.4.0 and Ubuntu 12.04 & LibreOffice 3.5.2.2 |
|
| Back to top |
|
 |
B Marcelly Super User

Joined: 12 May 2004 Posts: 1414 Location: France
|
Posted: Sat Aug 18, 2007 11:43 pm Post subject: |
|
|
Hello,
I tested these batches with OpenOffice.org 2.2.1 on MS-Windows XP SP2 Home.
I have OpenOffice en-US plus french langpack .
Do not use the Quick starter.
Run the batches with no OpenOffice running, or the change will only be effective at next OpenOffice start.
Open Writer with user interface in FR french: | Code: | @echo off
"C:\Program Files\OpenOffice.org 2.2\program\setofficelang.exe" -f fr-FR
"C:\Program Files\OpenOffice.org 2.2\program\swriter.exe" |
Open Writer with user interface in US english: | Code: | @echo off
"C:\Program Files\OpenOffice.org 2.2\program\setofficelang.exe" -f en-US
"C:\Program Files\OpenOffice.org 2.2\program\swriter.exe" |
______
Bernard |
|
| Back to top |
|
 |
Hagar Delest Super User


Joined: 06 Feb 2006 Posts: 5167 Location: France
|
Posted: Sun Aug 19, 2007 12:27 am Post subject: |
|
|
| jrkrideau wrote: | | What about just setting up two templates and saving them on the desk top or where ever is appropriate. |
Problem here is to get the UI in another language.
Thanks Bernard, this thread may be very useful I guess !
rickah, thanks to add '[Solved]' in your first post title (edit button) if your issue has been fixed. _________________ Now on the EN user community forum |
|
| Back to top |
|
 |
ki_supergeek Newbie

Joined: 31 Dec 2007 Posts: 1 Location: USA
|
Posted: Mon Dec 31, 2007 1:20 pm Post subject: Language Switch on OpenOffice 2.3....? |
|
|
I can't get these batch cmd files to work on OpenOffice 2.3. They run, but the language stays the same. I'm switching between English & Spanish instead of French.
I have the Spanish language pack installed and working, but when I run the cmd file to switch back to English, nothing happens and OO remains in Spanish.
My test system is running W2K w/OpenOffice 2.3 installed, but I'll actually be running this on systems with Windows XP Pro.
Any ideas...?
I'm open to the template idea also if someone can give me a quick tutorial on how to create the desktop templates for English & Spanish mode.
We support both English and Spanish students, so I'd like to get this working for them if possible.
Thanks in advance.....
Happy New Year.....!
| B Marcelly wrote: | Hello,
I tested these batches with OpenOffice.org 2.2.1 on MS-Windows XP SP2 Home.
I have OpenOffice en-US plus french langpack .
Do not use the Quick starter.
Run the batches with no OpenOffice running, or the change will only be effective at next OpenOffice start.
Open Writer with user interface in FR french: | Code: | @echo off
"C:\Program Files\OpenOffice.org 2.2\program\setofficelang.exe" -f fr-FR
"C:\Program Files\OpenOffice.org 2.2\program\swriter.exe" |
Open Writer with user interface in US english: | Code: | @echo off
"C:\Program Files\OpenOffice.org 2.2\program\setofficelang.exe" -f en-US
"C:\Program Files\OpenOffice.org 2.2\program\swriter.exe" |
______
Bernard |
|
|
| Back to top |
|
 |
|