Demo: UI i18n vs User Input Localization

UI Language Storage Mode
UI labels are localized. User input may be stored as single raw Unicode or per-locale values.

UI i18n (schema configuration)


      

User data (what gets stored)

Single (raw Unicode)

          
Localized (per-locale)

          

Demo: AI Chat — Language Follows User Input

The AI responds in whatever language the user writes. Chat history stores raw Unicode — no per-locale splitting needed.
You
You
Can you speak English?
D
Daisy
Yes, I can.
You
You
你会说中文吗
D
黛西
我会说中文

Chat History (what gets stored)