Well there are a number of ways to do this. There are two types of localization items: messages and text values. All messages are RTF and maintain the formatting. They are generally used for message box items. But you can use them in this context as well. For example, you can create a message and pull it from the localization database like this:MyRTFControl.RTF = MicroFour.StrataFrame.UI.Localization.RetrieveMessage("MyMessageKey").Text
This would allow you to use the localization interface and still keep the RTF formatting.
You can also bind our RTF control directly to a field in a table that has the RTF data as well. Let me know if this does not answer your question.