I need to localize all the strings and Enums in FormFlow for the German language. How can I use RView tool to generate resource files? I have read following but I couldn't understand how to use it. Can someone explain in simple steps
https://learn.microsoft.com/en-us/bot-framework/dotnet/bot-builder-dotnet-formflow-localize
I think that it's pretty clear, but let's try to write some steps:
ContosoFlowers.Models
and the assemblyContosoFlowers.dll
(it's on the bin folder after you build the project).rview
tool asrview -g {AssemblyName} {Namespace}.{NameOfTheBuildFormMethod}.
Following the ContosoFlowers sample it will berview -g ContosoFlowers.dll ContosoFlowers.Models.BuildOrderForm
resx
file to your solution.