Question: Bangla Language Is Not Visible In Site

Bangla Language Is Not Visible In Site

Bangla language is not visible in the post of the site, what is the solution?

K

Khan

Asked

Bangla language is not visible in the post of the site, what is the solution?

  • MS

    Mian Saleem

    Answered

    Hello,

    Please check your database’s topics table. Are the characters showing fine there?

  • K

    Khan

    Answered

    Bangla, Hindi, Arabic does not support any language, only English can be seen

  • MS

    Mian Saleem

    Answered

    Hello,

    Can you check your database CHARACTER SET?

    SELECT @@character_set_database, @@collation_database;
    

    If not utf8 then you can change

    ALTER DATABASE dbname CHARACTER SET utf8 COLLATE utf8_general_ci;
    

    Thank you

  • K

    Khan

    Answered

    work done , Thank you very much

  • Login to Reply