I am developing an application using the built-in chrome control. I am writing in C ++. I would like to use the CEF mechanism to localize the application if it exists. Can I embed custom application strings in CEF.pak files (en-US.pak etc.) so that I can retrieve these localized strings at runtime? If so, how can I embed them and how can I get this inline string in my application code?
If .pak files are not the case, is there any other way to localize the application via CEF? Could you share an idea?
thanks
source share