Hello
Is it possible to change the default language of PWB Edge version.
For CEF, in the INI file, we can define DefaultLanguage in the Browser section.
Thanks
Thierry
PWB v3.20.03 Edge Rendering Engine
Re: PWB v3.20.03 Edge Rendering Engine
Not currently without changing the Windows System Language.
We will add specifying the language via the INI file in PWB 3.20.04.
It looks to be an easy add to PWB, so this new version should be available soon.
--Scott
We will add specifying the language via the INI file in PWB 3.20.04.
It looks to be an easy add to PWB, so this new version should be available soon.
--Scott
Re: PWB v3.20.03 Edge Rendering Engine
PWB 3.20.04 Release Candidate 1 now available on the Beta downloads page has the following functionality added.
[Browser]
DefaultLanguage=en-IE
The above needs to be added to the INI file, and is in BCP 47 Language Tags format.
https://www.techonthenet.com/js/language_tags.php
--Scott
[Browser]
DefaultLanguage=en-IE
The above needs to be added to the INI file, and is in BCP 47 Language Tags format.
https://www.techonthenet.com/js/language_tags.php
--Scott
Re: PWB v3.20.03 Edge Rendering Engine
Great Scoot
Exactly what we needed.
[Browser]
DefaultLanguage=fr-CH
Thierry
Exactly what we needed.
[Browser]
DefaultLanguage=fr-CH
Thierry
Re: PWB v3.20.03 Edge Rendering Engine
Another question.
It seems like in the command line (pwb.exe https://nweb9) PWB open the default page (HomePage=...) and not the web address passed in parameter.
Thierry
It seems like in the command line (pwb.exe https://nweb9) PWB open the default page (HomePage=...) and not the web address passed in parameter.
Thierry
Re: PWB v3.20.03 Edge Rendering Engine
PWB 3.20.04 Release Candidate 2 now available on the Beta page fixes the URL on the command line.
--Scott
--Scott