|
CodeIgniter
CodeIgniter localization example
IntroductionCodeIgniter localization file is used with CodeIgniter framework. Get Localization also has full support for it. ExampleFollowing shows an example of CodeIgniter localization file (.php) $lang['title_hello'] = "Hello"; $lang['title_bye'] = "Bye"; $lang['exit'] = "Exit"; |
hello