[SOLVED] Lookup Wizard - List of values - multilingual |
4/4/2025 4:55:18 PM |
PHPRunner General questions | |
![]() Hello guys/girls, does anyone knows how to make the Lookup Wizard - List of values - multilingual? For example I have this table definition: CREATE TABLE business_partners ( now if the english is the lang it is 'customer', 'supplier', 'both', 'other' but if it is croatian it is 'kupac', 'dobavljač', 'oboje', 'ostalo' Any ideas? Thanks,
|
|
![]() |
Sergey Kornilov admin 4/4/2025 |
You cannot achieve this with ENUMs and List of values. The proper approach is to use database-based lookup wizard. More info: |
![]() |
Davor Geci authorDevClub member 4/5/2025 |
Thanks for the quick reply and for solving my problem. |