Quote:
Originally Posted by Uncle Robin
I have been searching for "Kobo.conf" and have not found the answer I was looking for, please accept my apologies if this is a FAQ:
The thread about changing the display time to 24-hr time mentioned editing the Kobo.conf file. I'm perfectly happy to do this, but I don't have one. My device only has two *.conf files - affiliate.conf and device.salt.conf - is there a Kobo.conf template available for editing and installing on my device?
|
Check in the Kobo directory which is subdirectory of the .kobo directory. The file is called Kobo eReader.conf (and yes, that is a space between Kobo and eRreader).
Quote:
Originally Posted by DNSB
You can try changing the locale to en_GB. In /.kobo/Kobo, edit the Kobo eReader.conf file and under [ApplicationPreferences] change the CurrentLocale string to =en_GB from whatever it is currently set to.
Code:
[ApplicationPreferences]
CurrentLocale=en
Code:
[ApplicationPreferences]
CurrentLocale=en_GB
|