Languages - Readme How to create your own language file: 1. Make a duplicate of English.pm (or any other language you understand) 2. Name your duplicate to MyLanguage.pm (where MyLanguage is the language of the language file you are creating) 3. Open MyLanguage.pm with a simple text editor (TextEdit, BBEdit, Notepad, ...) 4. Just translate the text between the quote's ("). Example: $lang_hello = "Hello"; For translation this would give: $lang_hello = "Translation of Hello"; example in French: $lang_hello = "Bonjour"; 5. Save and close MyLanguage.pm, and make sure it is located in the languages directory (next to the other language.pm files) 6. Select your language in the Administrator area of the forum, or in your personal settings. If you have translated SimpleForum into a language that is not yet included with the official release of SimpleForum, or if you found any spelling mistakes, please share it with the world by emailing it to daan.deconinck@pandora.be. Thanks!