How to automate translating an English XAF application to Hungarian (or any language)?
I have to translate my Visual Studio 2022 DevExpress XAF app from English to Hungarian, which means I have to localize it. I know how to translate the texts one-by-one and I see that there is an
Import...
button to add a .csv file that imports the translation .csv
file. Obviously I don't want to manually translate hundreds of labels, but I don't have a .csv to do it either, and the Translate...
button just copies every label from 'Default Language Value' to 'Translated Value'

2 Replies
does this help?: https://docs.devexpress.com/eXpressAppFramework/119411/localization/how-to-localize-xaf-application-items-using-xaf-tools
How to: Localize XAF Application Items Using XAF Tools | XAF: Cross...
Developer documentation for all DevExpress products.
I'll check on it
this tutorial seems to work, although I need further testing
but default content e.g. buttons are translated
I'm making progress, thanks!