Feature #588
Language selection on Windows and Mac OS X
Status: | New | Start: | 04/11/2011 | |
Priority: | Normal | Due date: | ||
Assigned to: | % Done: | 0% |
||
Category: | Frontend GNOME | |||
Target version: | TBD | |||
Complexity: | Low |
|||
Votes: | 2 (View) |
Description
Add an option for selecting the language of Smuxi on Windows as it isn't as straight forward as on *NIX.
"set LANG=C" works, though any Windows user has to create a .bat file to change languages.
History
Updated by Hannes Tismer 5016 days ago
Hannes Tismer wrote:
Add an option for selecting the language of Smuxi on Windows as it isn't as straight forward as on *NIX. "set LANG=C" works, though any Windows user has to create a .bat file to change languages.
For the Windows users:
smuxi_english.bat in Smuxi's folder:
@echo off set LANG=C start /I smuxi-frontend-gnome.exe
Updated by Mirco Bauer 4297 days ago
- Subject changed from Language selection on Windows to Language selection on Windows and Mac OS X