Multi Languages

Developer
Size
1,665 Kb
Views
4,048

How do I make an multi languages?

What is a multi languages? How do you make a multi languages? This script and codes were developed by Ma Luong on 31 January 2023, Tuesday.

Multi Languages Previews

Multi Languages - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Multi Languages</title>
</head>
<body> <button id="en">English</button>
<button id="vi">Tiếng Việt</button>
<ul class="menu en"> <li class="menu-item-home">Home</li> <li class="menu-item-product">Products</li> <li class="menu-item-contact">Contact Us</li>
</ul> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Multi Languages - Script Codes JS Codes

$(document).ready(function(){ $("#vi").click(function(){ $(".menu").removeClass("en").addClass("vi"); $(".vi .menu-item-home").html("Trang chủ"); $(".vi .menu-item-product").html("Sản phẩm"); $(".vi .menu-item-contact").html("Liên hệ"); }); $("#en").click(function(){ $(".menu").removeClass("vi").addClass("en"); $(".en .menu-item-home").html("Homepage"); $(".en .menu-item-product").html("Products"); $(".en .menu-item-contact").html("Contact Us"); })
});
Multi Languages - Script Codes
Multi Languages - Script Codes
Home Page Home
Developer Ma Luong
Username maluong
Uploaded January 31, 2023
Rating 3
Size 1,665 Kb
Views 4,048
Do you need developer help for Multi Languages?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Ma Luong (maluong) Script Codes
Create amazing SEO content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!