IPhone change Navigon Language: Difference between revisions

From wiki.breedveld.net
Jump to navigationJump to search
m Protected "IPhone change Navigon Language" [edit=autoconfirmed:move=autoconfirmed]
No edit summary
 
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