Application event
John Slaats
Hi,I'm an newbe to the Framework and there are a few things I cannot figure out. One of them is how to handle an application event for example a Language change.
Can someone tell me how to catch this event?
Maybe with some code?
Thanks in advance,
Kind regards,
John
Manuel Marhold
Hi John,you have to catch the ItemPressed Event in this case for the form of the general settings.
After the button was pressed and form.mode is update, check the language and chage, if you have to.
Thilo-Simon Studt
Hi,what about the interface methode distributed through the implementation of coresuiteFramework.Loader.Module.IModule
Public Sub LanguageChanged() Implements coresuiteFramework.Loader.Module.IModule.LanguageChanged
End Sub
I've never used it so far, but it should work well too.
John Slaats
Hi,I tried the
Public Sub LanguageChanged() Implements coresuiteFramework.Loader.Module.IModule.LanguageChanged
End Sub
before but it did not work.
I don't know what I did wrong because it does work now.
Thank you
John Slaats
I eas wrong in my previous answer.I can't get it to work.
Please someone...
0
Please sign in to leave a comment.
Comments
0 comments