> Looks good to me except maybe:
> 
> -  On Linux: LANG=xx_CC lyx
> +  On Linux: export LANG=xx_CC lyx
> 
> I do not thing the 'export' is needed. Does it change something for
> you? (when typing all in the same line)

$ unset LANG
$ lyx
->english menus
$ LANG=cs_CZ
$ lyx 
->english menus
$ export LANG=cs_CZ
$ lyx 
->czech menus


pavel

Reply via email to