Skip to content

Conversation

skyl
Copy link

@skyl skyl commented May 23, 2025

Pass language from client through tauri into kotlin and force android to use the correct voices.

args.language?.let { lang ->
try {
val locale = Locale(lang)
val locale = Locale.forLanguageTag(lang)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only change in this file minus the logging.

@skyl skyl marked this pull request as ready for review May 23, 2025 03:11
@skyl skyl changed the title Play with language on android and stuff Fix language parameter on android Jul 15, 2025
cfpwastaken added a commit to cfpwastaken/tauri-plugin-tts that referenced this pull request Oct 2, 2025
taken from PR httpjamesm#2 on upstream repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant