Silverlight Toolkit has a resource file named Resources.resx, which contains “On” and “Off” string states for the switch. But when I have added a corresponding localized resource, Resources.ru-RU.resx, it wasn’t picked up by the localization (though the similar approach works for my own resources).
One way to do it is to create my own binding for the ToggleSwitch Content, but I was hoping for a non-coding solution. Possible?
You need to name your resource file
ControlResources.ru-RU.resx, see Andrej Torzen’s article on the subject.