Welcome Guest, Not a member yet? Register   Sign In
problem Language Selection 2
#1

[eluser]momen[/eluser]
hello

when used libraries Language Selection 2 to change language

show this error
Unable to load the requested language file: language/de-at/db_lang.php
#2

[eluser]eoinmcg[/eluser]
from the error it expects you to have a file in db_lang.php in language/de-at

so, in your controller you must've typed:
Code:
$this->lang->load('db');

but didn't create the corresponding file
#3

[eluser]momen[/eluser]
this file db_lang.php not found the language/de-at

when add this $this->lang->load('db'); to controllers

the same problem

thanks
#4

[eluser]eoinmcg[/eluser]
you should create the file 'db_lang.php' in language/de-at
#5

[eluser]momen[/eluser]
the same problem
#6

[eluser]momen[/eluser]
the error has hidden and return empty page
#7

[eluser]eoinmcg[/eluser]
post your controller code together with a brief description with what you're trying to achieve
#8

[eluser]momen[/eluser]
I do not understand
#9

[eluser]rogierb[/eluser]
db_lang is used by the database class. It's a system language file

When you create a language like de-at or mickey_mouse for all I care, you need alll the system language files to be translated aswell.

So make a copy off all system languaes files and copy then to your de-at folder.
#10

[eluser]momen[/eluser]
i make it
but not work




Theme © iAndrew 2016 - Forum software by © MyBB