Author |
|
Stoney Newbie
Joined: 14 November 2014
Online Status: Offline Posts: 1
|
Posted: 14 November 2014 at 8:31pm | IP Logged
|
|
|
Does anyone know if there's a way to permanently select an individual user's language, or set it via the API at runtime?
I'm using the API to log users in automatically, and I don't want them to login manually on the login page, which seems to be the only place to select the user's language.
|
Back to Top |
|
|
iSofia Newbie
Joined: 24 May 2014 Location: Singapore
Online Status: Offline Posts: 35
|
Posted: 15 November 2014 at 1:18am | IP Logged
|
|
|
Stoney wrote:
...a way to permanently select an individual user's language... |
|
|
Hi Stoney. You could simply edit the default language option in the settings.xml file, which is located in the /data/settings folder:
Code:
<DefaultLanguage>English</DefaultLanguage> |
|
|
Hope that helps.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 17 November 2014 at 2:57am | IP Logged
|
|
|
iSofia, thanks for the precise answer!
By the way, the same can be done via AdminPanel, defaults domain settings.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|