ejabberd - Comments for "Own text on registration page" https://www.ejabberd.im/node/15385 en From what I remember, the https://www.ejabberd.im/node/15385#comment-62130 <p>From what I remember, the language defined in the config file is used for clients that don't define their language. For clients that define their language, if that is available in ejabberd, the correct one is used.</p> <p>Search for the language files somewhere there ejabberd is installed. Search for ru.po, fr.po etc.</p> Thu, 12 Dec 2013 14:39:07 +0000 mfoss comment 62130 at https://www.ejabberd.im badlop, thanks for help. 1. https://www.ejabberd.im/node/15385#comment-62052 <p>badlop, thanks for help.</p> <p>1. Is language just depend on language support in config file?<br /> %% language: Default language used for server messages.<br /> %% {language, "en"}.<br /> Or from user's ejabberd client?</p> <p>2. where can I find ru.po? :)</p> Mon, 02 Dec 2013 16:38:57 +0000 weloc comment 62052 at https://www.ejabberd.im One simple solution is to https://www.ejabberd.im/node/15385#comment-61970 <p>One simple solution is to find that text in ru.po, or the language you desire, and rewrite it, then restart ejabberd.</p> <p>If you have English-speaking users, then there isn't any en.po to modify. You will have to modify mod_register.erl, compile the file, and restart ejabberd.</p> Mon, 25 Nov 2013 10:37:09 +0000 mfoss comment 61970 at https://www.ejabberd.im