Viewing 1 replies (of 1 total)
  • Plugin Author Anh Tran

    (@rilwis)

    Yes, it’s totally possible. You can just create 2 text fields (for 1 info) and let the name of the 2nd field empty, like this:

    
    // First field Town in English
    array(
        'id' => 'town_en',
        'type' => 'text',
        'name' => 'Town',
    ),
    // Town in your language
    array(
        'id' => 'town_fr',
        'type' => 'text',
        // No 'name'
    ),
Viewing 1 replies (of 1 total)
  • The topic ‘How to create dual field for multi language?’ is closed to new replies.