Tagged Questions
4
votes
1answer
174 views
Manage localization with Baml
I'm developping a little application in WPF and I want to localize my resources.
I've always used resources files (.resx), but I heard about BAML that was suppose to change the way of manage ...
1
vote
1answer
61 views
Can I use WPF window constructor to change culture?
I use the well known LocBaml approach to change culture.
It works fine here:
public App()
{
// Test code
bool override_current_ui_language = true;
string locale = "es-ES";
if ...
1
vote
2answers
483 views
How does Locbaml work?
I created a WPF test project, single Window with a single button in it. I then unloaded the project and modified the csproj to contain the following <UICulture>en-US</UICulture>. After ...
1
vote
0answers
251 views
Locbaml error when using VisualStateManager in Framework 3.5
When I translated the Tester.WPF.resources.dll, I get an error. It's like the baml file have modified VisualStateGroup to an collection. I don't understand. The poject starts up without any problem in ...
1
vote
2answers
327 views
What is the best way of localization LOCBaml or Resx based localization?
I came through this http://stackoverflow.com/questions/87184/what-is-the-best-way-to-localize-a-wpf-application-sans-locbaml . But, this didn't answer what I'm looking for.
I'm creating a ...
1
vote
2answers
1k views
Localizing a WinForms Application with Embedded WPF User Controls
The application I'm trying to localize is a WinForms application that has a few hosted WPF user controls (WPF user controls hosted in an ElementHost WinForms control).
I use resx files to localize ...
1
vote
3answers
1k views
WPF locbaml-ed application and runtime language switch?
i wonder if there is a simple solution to change language of a wpf application during runtime. i used locbaml to globalize all the resources. Setting the Current Thread's UICulture in the ...
0
votes
1answer
123 views
Problem generating satellite assembly from CSV (using LocBaml)
I've been trying to generate a satellite assembly using the LocBaml tool downloaded from here, but haven't been successful. I'm using the code present in the book "WPF 4 Unleashed". Here is what I'm ...
0
votes
1answer
365 views
Locbaml /generate gives error “Type reference cannot find public type named '…'”
I'm using Locbaml to generate localization files in my WPF application.
Yesterday, I've upgraded my solutions from VS2008 to VS2010, and since then Locbaml throws an error in two of my assemblies ...