Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: unbetitelt on December 01, 2015, 02:41:40 AM

Title: Changing the language of topic titles to match member language choices
Post by: unbetitelt on December 01, 2015, 02:41:40 AM
I'm using SMF version 2.0x and I was wondering if there was a way to use strings such as $txt['welmsg_hey'] in forum titles (or categories, topics, posts, etc.) so that they change language to match member preferences.
Title: Re: Changing the language of topic titles to match member language choices
Post by: Illori on December 01, 2015, 05:11:29 AM
why would you want to? if the board's contents is not in their language why show them that it may be?
Title: Re: Changing the language of topic titles to match member language choices
Post by: Kindred on December 01, 2015, 06:41:20 AM
and, in short, no....   MESSAGES are user input/content and are not system translatable strings...
Title: Re: Changing the language of topic titles to match member language choices
Post by: unbetitelt on December 01, 2015, 01:40:55 PM
Okay then, thank you for your help.