Bundled languages and Layout #136
-
Hi, I have two questions about the language support. I am writing an android app that uses the keyboard.
Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @shane-vorwerk , Yes, you can download the languages locally and pack them inside the APK. For this you can use the API that we provide: LanguagesHelper. The only issue that you might face is that the languages will not update automatically, which might result in having less performance at some point. If you have a Fleksy SDK plan, let me know and the support team can prepare it for you. |
Beta Was this translation helpful? Give feedback.
Hello @shane-vorwerk ,
Yes, you can download the languages locally and pack them inside the APK. For this you can use the API that we provide: LanguagesHelper. The only issue that you might face is that the languages will not update automatically, which might result in having less performance at some point.
To your second point, yes, this is possible. You can customise the look and feel by using this CustomAction API and using as basis this example: Custom Action.
If you have a Fleksy SDK plan, let me know and the support team can prepare it for you.
Thanks,