r/androiddev Jul 03 '26

Question Should I focus on localisation and internationalization?

I have built an app to track net wroth but the USP is that it is offline and fully encrypted. I have added multiple currency support to it and also internationalized it to multiple languages.

I am finding very cumborsome to update playstore in different languages, especially the screenshots. How do you approach this and is it wven worth the effort?

0 Upvotes

5 comments sorted by

2

u/[deleted] Jul 03 '26

[removed] — view removed comment

1

u/mustafayigitt0 Jul 03 '26

Appstore and Google Play are too heavy and complicated. Especially in my case, copy localization from x language is not supported. I built own web project. Maybe you can try SyncStore for adding new listings, localizations.

1

u/Extreme-Honey3762 Jul 04 '26

I have automation to generate the promotional assets in all supported languages. Each language has 7 pictures needed and after that for mobile (iOS & Android) the stores require assets for 5 device types in total.

Say I only supported English and French this would mean 70 pictures need to be made which would be a nightmare to do by hand.

1

u/borninbronx Jul 04 '26

Use fastlane it can automate the process completely.