i18n Test Page

Test language detection, switching, and translations

Current Language
Detected and active language
🇺🇸

English

English (en)

Language Code

en

Text Direction

LTR

Switch Language
Click a language to switch
Translation Examples
Test translations from common namespace

App Information

Name: Robnez Solutions

Tagline: AI-Powered Receptionist for Your Business

Navigation

Common Buttons

Language Selector

Select Language:

Detection Information
How the current language was detected

Detection Priority Order:

  1. User account preference (from database)
  2. URL parameter (?lang=fr)
  3. localStorage (for anonymous users)
  4. Browser language (navigator.language)
  5. Default language (English)

Check the browser console for detailed detection logs.

Testing Instructions

1. Test Language Switching: Click different language buttons above

2. Test Persistence: Refresh the page - your language choice should persist

3. Test URL Parameter: Add ?lang=fr to the URL

4. Test localStorage: Open DevTools → Application → Local Storage → Check i18nextLng

5. Check Console: View detection logs in browser console