Skip to content

Commit 56e1ba9

Browse files
authored
Merge pull request #41 from getyoti/DEP-339
[DEP-339] Update README
2 parents d7d3ba6 + 76ed032 commit 56e1ba9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ Turkish | tr
225225

226226
The default language we use is English, meaning that if your app supports any extra languages matching the one from the phone's settings, the SDK will fallback to English.
227227

228+
Since we also support Arabic, which is a right-to-left (RTL) language, you will need to add the `android:supportsRtl="true"` attribute to your `application` inside your `AndroidManifest.xml` file to ensure that the layout and text direction are correct, regardless of what languages your app supports.
229+
228230
If your app does not support one or more languages from the above table and the phone is set to such a language, in order to avoid situations where our SDK would be shown in a different language than the one your app is using, you need to declare the languages your app supports. You can achieve this by adding the following to your `app/build.gradle` file:
229231
```
230232
android {

0 commit comments

Comments
 (0)