Hi
in the DemoAccessControlPlugin, all static class defined in Types.cs contain string in English : Server connected, Server connecion lost, Closed, Unlocked …
If a want to internationalize these strings by getting string translated from my Access control server, what is the best way to do that ?
Thanks for your answer
This is a sample open for you to modify to better cater your needs.
As it is right now, no localization structure is put into place.
If you want to localize it to other cultures than the default one (es-US).
Here you have a guide of best practices for localization.
https://docs.microsoft.com/en-us/dotnet/standard/globalization-localization/best-practices-for-developing-world-ready-apps
I hope that help.
Thank you for your question.