Localization
Snipcart allows you to change the language used in the shopping cart by setting the lang
attribute of the <html>
tag.
For example, to use the French language, you should have a page that looks like this:
<!DOCTYPE html>
<html lang="fr">
<head>
<!-- rest of page -->
For more information about how to add languages, override some resources, please look our Javascript API Reference section about localization.