I have an application with two languages:
English (default)
Spanish (secondary)
Error: Spanish works, but not english.
I want notify the RAB manual is wrong.
The manual says:
resgen strings.sv.resx
TpsViewLocalizedApp.strings.sv.resources
al /t:lib /embed:TpsViewLocalizedApp.strings.sv.resources
/culture:en /
out:TpsViewLocalizedAppTexts.resources.dll
copy TpsViewLocalizedAppTexts.resources.dll
..languagesv psTpsViewLocalizedAppTexts.resource
s.dll)
But that does not work.
What is correct (work for me):
resgen strings.es.resx TpsViewIRC5InterfaceRobot.strings.es.resources
resgen ..strings.resx TpsViewIRC5InterfaceRobot.strings.resources
al /t:lib /embed:TpsViewIRC5InterfaceRobot.strings.es.resources /embed:TpsViewIRC5InterfaceRobot.strings.resources /culture:en /out:TpsViewIRC5InterfaceRobotTexts.resources.dll
copy TpsViewIRC5InterfaceRobotTexts.resources.dll ..languagees psTpsViewIRC5InterfaceRobotTexts.resources.dll
I hope that this will be useful to you.
bye
Marcos