update_language_setting

Function update_language_setting 

Source
fn update_language_setting(settings: Res<'_, ApplicationSettings>)
Expand description

Update the application’s language when the language setting changes This function should only be called when the ApplicationSettings resource changes using Bevy’s [resource_changed_or_removed] condition.