libtd-ktx / kotlinx.telegram.coroutines / synchronizeLanguagePack
synchronizeLanguagePack
suspend fun TelegramFlow.synchronizeLanguagePack(languagePackId: String?): Unit
Suspend function, which fetches the latest versions of all strings from a language pack in the current localization target from the server. This method doesn’t need to be called explicitly for the current used/base language packs. Can be called before authorization.
Parameters
languagePackId - Language pack identifier.