Hello Shannon,
Please review the sample projects we've made and also the MSDN documentation about localization in Blazor - the very first snippets in the WebAssembly section explain what you need to add so you can change cultures at runtime.
Regards,
Marin Bratanov
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Ah! Thanks. That worked. I can't change cultures, but I guess that is ok. If I try to change I get this error:
blazor.webassembly.js:1 System.InvalidOperationException: Blazor detected a change in the application's culture that is not supported with the current project configuration. To change culture dynamically during startup, set <BlazorWebAssemblyLoadAllGlobalizationData>true</BlazorWebAssemblyLoadAllGlobalizationData> in the application's project file.
Hello Shannon,
The dialogs were added in a recent release and if you don't update your localization files regularly, you won't find the keys for the new components we constantly add. Even if you don't find them, you can always add them, however.
Please try to get localization working and update the localization source with the latest one as described in the article and in the individual sample projects readme files.
Regards,
Marin Bratanov
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hello Shannon,
Have you been able to locate the two keys I mentioned and tried to change their values? What is the issue you are facing with that?
Regards,
Marin Bratanov
Progress Telerik
Тhe web is about to get a bit better!
The Progress Hack-For-Good Challenge has started. Learn how to enter and make the web a worthier place: https://progress-worthyweb.devpost.com.
Hi Stefan,
Yes, this is possible through localization. The keys for those buttons are "Dialog_Ok" and "Dialog_Cancel".
Regards,
Marin Bratanov
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.