Home › Forums › General › File states for France? Tagged: states france This topic has 3 replies, 2 voices, and was last updated 6 years, 7 months ago by maxtrend. Viewing 3 reply threads Author Posts April 19, 2018 at 10:28 pm #16182 maxtrendParticipant Hello, I saw that the stastes file for France is missing. Folder: erp/i18n/states in the insertion of the French contact do not leave the departments, the select is empty. is it possible to have it? Thanks Cesare April 23, 2018 at 10:36 pm #16324 maxtrendParticipant can anyone help me? April 24, 2018 at 7:20 pm #16414 Shawon ChowdhuryModerator @maxtrend, You can use this filter to add additional states. add_filter( ‘erp_states’, function ( $states ) { $states[‘FR’] = [ ‘A’ => ‘Anything’, // Add the states here. ‘B’ => ‘Bestthing’, ‘ZH’ => ‘Zuid-Holland’, ]; return $states; } ); Add this part to your theme’s function.php or use a child theme. Thanks 🙂 April 24, 2018 at 7:28 pm #16415 maxtrendParticipant Thanks Shawon! Author Posts Viewing 3 reply threads The forum ‘General’ is closed to new topics and replies.