Questions tagged [locbaml]
18 questions
0
votes
1 answer
Is it possible to localize a string inside cs file in WPF project using LocBalm method?
In our WPF plugin project we use LocBaml tool to localize UI. But now it is needed to localize a string inside a cs file:
ToolInfo.MenuCaption = "&Toggle console";
I've found some localization topics:
WPF Localization - On-the-fly Language…

Dmitriy
- 5,357
- 8
- 45
- 57
0
votes
1 answer
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 doing :
I first created a CSV file:
LocBaml…

Hasan Fahim
- 3,875
- 1
- 30
- 51
0
votes
2 answers
wpf localization - locbaml - file is being used by another process
I have been looking hours for a solution, but I don´t find it.
I want to generate a satellite assembly with following command.
locbaml.exe /generate de/App.UI.resources.dll /trans:MeineRess_de.csv /out:de /cul:de
After executing I get following…

Dev Knight
- 95
- 1
- 9