How can I reset my EN language

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • IRAQEDU.COM
    New Member
    • Nov 2010
    • 12
    • 4.0.x

    [Forum] How can I reset my EN language

    Hello everybody,

    I had Arabic language as default language of my forum, and now I have turned my forum back to English and I deleted the Arabic that I had before, but I still have some phrases in Arabic Although I deleted the Arabic Lang. please can you help me with anyway that lets me keep just English phrases with no another non-English phrases?

    I just need it to be like the normal vbulletin forums!

    regards,
  • josiah
    Senior Member
    • Nov 2008
    • 1236
    • 4.1.x

    #2
    admin cp > settings > options > style & language.
    <<<<<<<<< It is over there !

    Comment

    • Trevor Hannant
      vBulletin Support
      • Aug 2002
      • 24387
      • 5.7.X

      #3
      Re-import the master Language file
      Vote for:

      - Admin Settable Paid Subscription Reminder Timeframe (vB6)
      - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

      Comment

      • Steve Machol
        Former Customer Support Manager
        • Jul 2000
        • 154495
        • 5.7.5

        #4
        Try running one of these queries:

        For MySQL 4.0.x use this query:

        DELETE
        FROM phrase
        USING phrase AS p1
        LEFT JOIN phrase AS p2 ON ( p1.varname = p2.varname
        AND p2.languageid = -1 )
        WHERE p1.languageid =0
        AND p2.languageid IS NOT NULL;

        Or for MySQL 4.1.x and higher, use this query:

        DELETE
        FROM phrase AS p1
        USING phrase AS p1
        LEFT JOIN phrase AS p2 ON ( p1.varname = p2.varname
        AND p2.languageid = -1 )
        WHERE p1.languageid =0
        AND p2.languageid IS NOT NULL;

        Then run this:

        Admin CP -> Languages & Phrases -> Language Manager -> [Rebuild All Languages]
        Steve Machol, Founder of the OptiBoard Discussion Forums for Eyecare Professionals

        Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.

        Comment

        • postcd
          Member
          • Feb 2012
          • 65
          • 4.2.5

          #5
          in my case nothing worked, but finally it was sorted out by doing upgrade (uploading /install directory) the language was added. Import feature tools.php, init.php failed, so only upgrade helped me.
          vBulletin hosting from $0.5 monthly

          Comment

          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
          Working...