IPhone change Navigon Language: Difference between revisions

From wiki.breedveld.net
Jump to navigationJump to search
New page: f
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
f
Want to make the default language on your iPhone English and the language in Navigon in Dutch?
 
cd /private/var/mobile/Applications/*/NAVIGON.app/
mv en.lproj/ en.lproj_org/
cp -rp nl.lproj/ en.lproj

Latest revision as of 14:37, 4 April 2011

Want to make the default language on your iPhone English and the language in Navigon in Dutch?

cd /private/var/mobile/Applications/*/NAVIGON.app/
mv en.lproj/ en.lproj_org/
cp -rp nl.lproj/ en.lproj