diff --git a/.changeset/sharp-pears-teach.md b/.changeset/sharp-pears-teach.md
new file mode 100644
index 00000000..8bc736cf
--- /dev/null
+++ b/.changeset/sharp-pears-teach.md
@@ -0,0 +1,5 @@
+---
+'@flatfile/javascript': minor
+---
+
+Add internationalization support with detected browser language or given override language.
diff --git a/apps/vanilla/config.js b/apps/vanilla/config.js
index c6d348e5..c86dc1e8 100644
--- a/apps/vanilla/config.js
+++ b/apps/vanilla/config.js
@@ -3,6 +3,16 @@ export const config = {
labels: ['pinned'],
sheets: [
{
+ actions: [
+ {
+ operation: 'customAction',
+ mode: 'foreground',
+ label: 'Custom Action',
+ icon: 'none',
+ description: 'Do something custom',
+ primary: true,
+ },
+ ],
name: 'Contacts',
slug: 'contacts',
allowAdditionalFields: true,
diff --git a/apps/vanilla/index.html b/apps/vanilla/index.html
index 26047769..409300d3 100644
--- a/apps/vanilla/index.html
+++ b/apps/vanilla/index.html
@@ -15,6 +15,30 @@
+
+
+
+