Basic Text Translation
Basic Usage
using Glitch9.AIDevKit.Sheets;
// Translate with table name
string title = "menu.title".Tr("UI");
// Use default table (if configured)
string message = "welcome.message".Tr();How It Works
Key Structure
Last updated