`withBuildMode(value: MyIdBuildMode)` | Build mode: DEBUG, PRODUCTION | MyIdBuildMode.PRODUCTION
`withLocale(value: MyIdLocale)` | To set a specific language | MyIdLocale.RU
`withPhoto(value: Boolean)` | Return SDK face bitmap | false
**Note 1.1.**`MyIdEntryType` contains **AUTH** and **FACE** types.
...
...
@@ -229,8 +227,9 @@ The MyId Android SDK supports translations for the following languages:
- English (en) 🇬🇧
- Russian (ru) 🇷🇺
By default, the Russian language is used. However, you can also call the `withLocale(MyIdLocale)`
method of the `MyIdConfig.Builder` configuration to set the language.
By default, we infer the language to use from the parent app settings.
The MyId Android SDK also allows for the selection of a specific custom language for locales that MyId does not currently support. You can have an additional XML strings file inside your resources folder for the desired locale (for example, `res/values-kk/myid_strings.xml` for 🇰🇿 translation), with the content of our [strings.xml](myid_strings.xml) file, translated for that locale.
<stringname="myid_advice_second">Держите Ваш девайс на уровне лица</string>
<stringname="myid_advice_third">Убедитесь, что помещение достаточно освещенное, в ином случае подойдите к окну или пройдите в более освещенное помещение</string>
<stringname="myid_ban_call"> Служба поддержки пользователей %1$s</string>
<stringname="myid_ban_first">Из-за большого количества неуспешных попыток Вам временно ограничен доступ к сервису идентификации</string>
<stringname="myid_ban_second">Вы снова можете попробовать через %1$s</string>
<stringname="myid_ban_second_now">Вы снова можете попробовать сейчас</string>