MasteringMultilingualSample
MasteringMultilingualSample copied to clipboard
[Question] Binding resource with the code C#
Hello,
Thank you for your example. However, I have a question, what should I do when I want to assign a resource by code?
I can access my resource like this :
TitleText = AppResources.ErrorReconnectDeviceTitle;
But the ui does not update when the language is changed. The update only works when the resources are binded through the xaml.
Do you have an idea ?
@Char0394 how do this?? Thanks!!