'Krypton Toolkit localization issue

I am using componentfactory krypton toolkit. I am trying to apply localization to it, but it does not work. I have tried normal button and kryptonbutton at same form, and applied below code. Normal button will localize , but kryptonbutton does not . Does KryptonToolkit support localization ? Below is my code:

 For Each c As Control In Me.Controls
            Dim crmLang As ComponentResourceManager = New ComponentResourceManager(GetType(Form1))
            crmLang.ApplyResources(c, c.Name, New CultureInfo(Language)) 'Set desired language
        Next c


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source