Now we have an application which uses Angular built-in i18n for multi-lingual app and with using Angular built-in i18n there is a separate build for each language. We will use Capacitor as a hybrid mobile solution, but Capacitor copy the application from www directory, in my case there will be folder for each language. So how to handle this in Capacitor, and is it possible to change the URL in runtime when the user changes the language.
Followed these issue (issue 1, issue 2, issue 3, issue 4) but till now no luck. So if any one struggled to fix this.