[SOLVED] X over SSH

I want to run remotely X based apps from second. M3 based both. My sshd runs on port 666. So I use such syntax for example:
ssh -p 666 -i /home/maciek/.ssh/id_rsa root@media /bin/drakconf
And it display control panel on second computer screen. But the problem is that all menus are in English, not in language of interface running on both computers. What to do to have all menus in my country language?
ssh -p 666 -i /home/maciek/.ssh/id_rsa root@media /bin/drakconf
And it display control panel on second computer screen. But the problem is that all menus are in English, not in language of interface running on both computers. What to do to have all menus in my country language?