Hi. I have implemented my own custom LocalizationManager to provide translations for the silverlight controls. This works fine most of the time, but for one particular keyword in the RadRichTextBox it does not work as expected. I will try to explain:
At Application_Startup when my styles are loaded (I have a default style for RadRichTextBox there), a call to the localization manager is made for the keyword Documents_RadRichTextBox_HyperlinkToolTipFormatString. At this point in time my custom translations have not yet been loaded, so I cannot return anything in my localization manager.
Later, when the richtextboxes are actually rendered and used, calls are made for a different, but similar, keyword: Documents_HyperlinkToolTipFormatString. At this point in time my translations are loaded, and I can return the correct translation. However, this keyword does not seem to be used, ever. Instead the component uses the translation returned for the first keyword, which is still empty. No further calls for the first keyword are made. It seems that the correct keyword to use would be Documents_HyperlinkToolTipFormatString. Am I right?
I am hoping that this can be fixed in an internal build. If not, is there a workaround?
Best regards,
/Henrik
At Application_Startup when my styles are loaded (I have a default style for RadRichTextBox there), a call to the localization manager is made for the keyword Documents_RadRichTextBox_HyperlinkToolTipFormatString. At this point in time my custom translations have not yet been loaded, so I cannot return anything in my localization manager.
Later, when the richtextboxes are actually rendered and used, calls are made for a different, but similar, keyword: Documents_HyperlinkToolTipFormatString. At this point in time my translations are loaded, and I can return the correct translation. However, this keyword does not seem to be used, ever. Instead the component uses the translation returned for the first keyword, which is still empty. No further calls for the first keyword are made. It seems that the correct keyword to use would be Documents_HyperlinkToolTipFormatString. Am I right?
I am hoping that this can be fixed in an internal build. If not, is there a workaround?
Best regards,
/Henrik