79614220

Date: 2025-05-09 13:27:59
Score: 1
Natty:
Report link

We had same problem with multi language app that is on all platforms (android, iOS, desktop and web) so we came up with building gradle plugin for it.
It uses the defined strings.xml from different folders in the composeResources folder to generate languages along with global state for the current language and helper functions to list all languages in the app or find it with the language code.
You can check out our repository readme for more details of using plugin and see if it satisfying your needs.

https://github.com/hyperether/compose-multiplatform-localize

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nikola Hadzic