How to change Gourmet language (to Russian in my case)?

Asked by nitai4andra

Hi!

I can't find a way to change Gourmet language to Russian. As all my recipes will be in that language, it will be easier to add them using Russian interface for measure units.

Question information

Language:
English Edit question
Status:
Solved
For:
Gourmet Edit question
Assignee:
No assignee Edit question
Solved by:
Jan Claeys
Solved:
Last query:
Last reply:
Revision history for this message
Best Jan Claeys (janc) said :
#1

In linux/unix and similar you can start it with the following command:

LANGUAGE=ru gourmet

I don't have a Windows system around to test what works best there, but essentially you would have to do the same: make sure the environment variable 'LANGUAGE' is set to 'ru' when gourmet is started.

Revision history for this message
nitai4andra (joesatch) said :
#2

Thanks Jan Claeys, that solved my question.

Revision history for this message
nitai4andra (joesatch) said :
#3

FYI: on Linux it worked for me like a charm, and on Windows I'm using the following .bat file:

set LANGUAGE=ru
"C:\Program Files (x86)\Gourmet Recipe Manager\gourmet.exe"