#1,124 – Localization V – Extracting Localizable Content Using LocBaml
July 29, 2014 1 Comment
Once you’ve generated UIDs for user interface elements and obtained the LocBaml tool, the next step in the localization process is to extract localizable content from the BAML data in your compiled DLL.
The steps are as follows:
- Copy the locbaml.exe into the same directory as your application’s .exe file
- Open a Visual Studio 2013 command prompt
- Navigate to directory containing your .exe (e.g. \bin\Release, with \en-US sub-directory containing satellite assembly)
- Enter: locbaml.exe /parse .\en-US\[application].resources.dll (where en-US is the default culture)
After running this command, you’ll see a .csv file show up in the same directory (e.g. WpfApplication1.resources.csv). The CSV file will contain a list of localizable content.