Localize Category description

Tonka Penkova asked on April 22, 2015 15:38

Hi, everybody!

Does anybody know if it is possible to localize a category description?

Thank you!

Correct Answer

Martin Danko answered on April 30, 2015 17:30

Hello Tonka,

You can find definition of this button in the related control file: \CMS\CMSModules\MessageBoards\Controls\Messages\MessageEdit.ascx

around line 112:

<cms:LocalizedButton ID="btnOk" runat="server" ButtonStyle="Primary" OnClick="btnOk_Click"
    EnableViewState="false" ResourceString="general.add" />

So as you can see, there is the resource string: general.add used. You can create a custom Resource string and change it here.

Feel free to check the Documentation to learn more about Resource strings and how to work with them.

Regards, Martin

0 votesVote for this answer Unmark Correct answer

Recent Answers


Brenden Kehren answered on April 23, 2015 22:05

I haven't tested this but you might try the localization macro with your key name:

{$your.categorykeyname$}
0 votesVote for this answer Mark as a Correct answer

Tonka Penkova answered on April 30, 2015 11:52

And do you know about the "Add" of the message board...?

0 votesVote for this answer Mark as a Correct answer

Tonka Penkova answered on May 1, 2015 08:56

Great, thank you!

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.