App-level Language Setting (iOS)
Swift integration
import FireworkVideo
// You should pass language code to this API, such as "en", "ar", "pt-BR" and "hu" etc.
// For the language codes we support, please refer to "Language support table" below.
FWSAppLanguageManager.shared.changeAppLanguage("ar")Reset to system language
FWSAppLanguageManager.shared.changeAppLanguage(nil)Read the current app language
Listen for language changes
After changing the language
Project setup: add localizations to your iOS project

Language support table
Language
Language code
Last updated
Was this helpful?