ExifFixer: Add english language support
Info
- XLIFF, https://learn.microsoft.com/en-us/globalization/localization/exchanging-localizable-resources
- https://learn.microsoft.com/en-us/globalization/localization/localization-file-formats ** XLIFF x TMX x TBX (terminology)
- MAT, https://marketplace.visualstudio.com/items?itemName=dts-publisher.mat2022
TODO
-
learn about different strategies- seems like the best way would be using ResourceManager and MAT
- seems like MAT has to have defined default language to which Resources.resx file will be assigned, other resource files then would have a suffix related to their culture
-
how to make the localization so that I could use DI- https://stackoverflow.com/questions/8982366/c-sharp-fastest-way-to-get-resource-string-from-assembly
- https://stackoverflow.com/questions/4646848/localization-using-a-di-framework-good-idea
- define resource in one place + simple interface for getting translated text based on the key
updating readme / contribution fileupdating installer
Edited by Martin Šinko