How to build an i18n ionic app with Capacitor? #3905
Replies: 3 comments 2 replies
-
Not easy today, unfortunately. I created #3912 to track this as a feature request. |
Beta Was this translation helpful? Give feedback.
-
@imhoffd & @sharpSteff |
Beta Was this translation helpful? Give feedback.
-
I use react to develop, react-intl easily implements i18n. You may refer to my project: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are using Angular's build-in internationalization-mechanism to localize our web-app.
https://angular.io/guide/i18n
This generates following out
Each folder contains it's own index.html
However capacitor wants a path directly to a index.html.
We like to preselect the language, depending on the device language.
Did someone solve this issue already ?
Beta Was this translation helpful? Give feedback.
All reactions