LinguaLocator + JDashboardUI
The Smart Localization Resource Manager for B4X
LinguaLocator is a specialized tool designed to create and manage translation projects for B4X applications. It automates the localization process, allowing you to build and maintain a professional database of languages, keys, and values effortlessly.
Zero-Cost Translation
Add new languages and translate automatically without requiring a Google Cloud Translate API Key.
File Association
The app associates .project extensions, allowing you to open your translation resources directly from Windows Explorer.
Dynamic Themes
Includes 8 professional color themes and supports real-time language/theme switching during runtime.
11 Native Languages
Fully localized in Spanish, English, Hindi, Italian, French, Chinese, Portuguese, Japanese, Hebrew, German, and Russian.
Implementation with Localizator.bas:
' Initialize your translation resource
Localizator.Initialize(File.DirAssets, "strings.db")
' Apply localization to any view
Label1.Text = Localizator.localize("welcome_key")
Compatible with B4A, B4J, and B4i