I'm currently implementing a small web view in my application.
Everything is working fine with CefSharp
but I have a small problem.
It seems like CefSharp
is using something like en-US
as the default browser language. I can't find any information about how to change the language that is used.
For my web view I need the browser to be set on a German language.
Is there any way to do that? Can the language be changed? If yes, how?
Locale
in the project source, should be a property onCefSettings
. – Froze