# Subtitles Subtitles can enhance the viewing experience by providing text-based translations or transcriptions for audio content. When you use this features of the React Native SDK, you can integrate subtitles within your video playback experience while providing multilingual support and accessibility options to users. ## Before you start To configure subtitles for use with the player in your React Native application, you must meet the following prerequisites: * You must complete the [Get started](/docs/wowza-flowplayer/react-native-sdk/get-started/) and [Set up the player](/docs/wowza-flowplayer/react-native-sdk/set-up-the-player/) guides to configure your local environment. * You must have access to [Wowza Video](https://app.wowza.com/) for the subtitle configuration. * You must generate a [player token](https://www.wowza.com/docs/create-or-revoke-a-player-token-in-wowza-video) in Wowza Video and [set up the player](/docs/wowza-flowplayer/react-native-sdk/get-started/#set-an-access-token) to use this token. ## Configure your subtitles With the React Native SDK, you can incorporate subtitles into the player display for your React Native applications. All subtitle configurations must be completed in the Wowza Video platform, where you can manually create subtitles or import subtitle tracks from an existing VTT file. For more, see Add subtitles to a video and Manage subtitles in the files list. For example, if you take this subtitle configuration from Wowza Video: ![Wowza Video subtitle configuration](/assets/wowza-video-subtitles-configuration.e841ac89c9c8de4772e227067815b4678d87842225b1ec9313dab445bf823ca5.71a4f21c.png) It translates to this display and subtitle options in our React Native demo application: video source