Hello,
I am trying to get QAT state deserialization working and I have run into a problem with the deserialization process. It seems that the Label property is used to find the appropriate ribbon item. This works fine until you localize your application and let the user to select the language. Then, after app restart, the Label is written in another language and the deserialization process fails (no error, but no items, too).
I would like to suggest the alternate method of finding the appropriate item using the Id property (which is serialized in the QAT state too). I know that it is not so easy to implement. Without this feature, I need to reset the QAT whenever the app's language is changed, which is frustrating.
Could you please consider this as a good idea?
Best regards,
Honza Ambroz.
I am trying to get QAT state deserialization working and I have run into a problem with the deserialization process. It seems that the Label property is used to find the appropriate ribbon item. This works fine until you localize your application and let the user to select the language. Then, after app restart, the Label is written in another language and the deserialization process fails (no error, but no items, too).
I would like to suggest the alternate method of finding the appropriate item using the Id property (which is serialized in the QAT state too). I know that it is not so easy to implement. Without this feature, I need to reset the QAT whenever the app's language is changed, which is frustrating.
Could you please consider this as a good idea?
Best regards,
Honza Ambroz.