diff --git a/docs/ui/quick.md b/docs/ui/quick.md index 1b39fd9..b980fd0 100644 --- a/docs/ui/quick.md +++ b/docs/ui/quick.md @@ -129,7 +129,7 @@ The UI library comes with a built-in locale system. ```javascript // Set the global UI language -SetLocale("en"); +Locale("en"); // Access translated strings (Returns a signal that tracks the current locale) const t = tt("confirm");