Which Localized Assembly should I include?

1 Answer 163 Views
Localization
Joe
Top achievements
Rank 2
Iron
Iron
Veteran
Joe asked on 01 Jun 2021, 07:36 PM

I have read the Telerik Article on Localization with UI for WPF but I am using the Telerik NuGet server and the assemblies it provides to not appear to match what is in that article.   

My application...

  • uses Telerik binaries *with* Xaml
  • uses the Telerik NuGet server to obtain its DLLs
  • has both English and French translations.

I see that the Telerik NuGet Server appears to provide two separate  assemblies related to each language.  For example, I see the following two assemblies with the ".fr" suffix for French

Telerik.Windows.Controls.for.Wpf.fr
Telerik.Windows.Controls.for.Wpf.Xaml.fr

What is the difference between these two?  Should I include them BOTH with my application or just one of them?

1 Answer, 1 is accepted

Sort by
0
Accepted
Vladimir Stoyanov
Telerik team
answered on 03 Jun 2021, 10:55 AM

Hello Joe,

Thank you for the shared information. 

The Nuget packages that contain "Xaml" in their name have the Xaml version of the Telerik dlls. The ones that don't, install the NoXaml version of the binaries. With this in mind, if you want to use the Xaml version, you only need to install the "Telerik.Windows.Controls.for.Wpf.Xaml.fr" package. 

I hope you find this information helpful.

Regards,
Vladimir Stoyanov
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/.

Joe
Top achievements
Rank 2
Iron
Iron
Veteran
commented on 04 Jun 2021, 02:55 AM

Excellent thank you!
Tags
Localization
Asked by
Joe
Top achievements
Rank 2
Iron
Iron
Veteran
Answers by
Vladimir Stoyanov
Telerik team
Share this question
or