Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

home lang stuff

// Add Shortcode
function custom_shortcode() {

}
add_shortcode( 'home-lang-stuff', 'custom_shortcode' );