Author |
|
Parsa.Swift Newbie
Joined: 04 December 2014 Location: Iran
Online Status: Offline Posts: 6
|
Posted: 03 January 2016 at 4:15pm | IP Logged
|
|
|
Hello
i have problem with changing default languege
i modified codes everywhere but doesnt works
still not figured out how to do it
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 04 January 2016 at 3:12am | IP Logged
|
|
|
WebMail Pro attempts to detect user's system language based on the browser's locale, and if autodetection is successful, that particular language will be set for the user. Default settings only apply if language autodetection has failed for any reason.
You can, however, disable autodetection by removing the following code from libraries/afterlogic/common/managers/integrator/manager.php file, line ~1946:
Code:
if (empty($sLanguage))
{
$sLanguage = $this->getBrowserLanguage();
} |
|
|
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Parsa.Swift Newbie
Joined: 04 December 2014 Location: Iran
Online Status: Offline Posts: 6
|
Posted: 09 January 2016 at 11:24pm | IP Logged
|
|
|
oh.. God bless you
i have another question if im not bothering you
How can i include other clanders like persian & hebrew?
in some clanders days are different like holidays
there is a persian clander in php 5.3 .... gmail/yahoo mail also included persian clander since while ago
With pleasure
@Parsa
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 11 January 2016 at 12:23am | IP Logged
|
|
|
While it's technically possible, it would take quite a lot of development. Currently there's voting open for the feature here, and the features that get substantial amount of votes are considered for implementing in future versions of the product.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|