Hello,

I'm very, very new to ASPDNSF. Just looked into for a day, but I already catched 2 (multilanguage) bugs.

First one is regarding a topic page. If you map one or multiple topics to a "parent" topic, they show on the "parent" topic page. However, always the default language ("en") titles are shown. Never in the desired language.
It can be fixed by changing line 355 in controls/topiccontrol.cs into this:
Topic t = new Topic(child, m_SkinBase.ThisCustomer.LocaleSetting);

Furthermore when editing a topic in de admin section you have to specify a "topic name" (=key) for each language. Isnt that weird?

Should I report these somewhere?