Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7491 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Just got my Filemaker 7 Developer (multilingual) that automatically installed French version over MacOSX 10.3 (French). How can I have it English without changing OS localization ?

Many thanks in advance

Posted

If you're comfortable editing a pList, it looks like this might be controlled by the CFBundleDevelopmentRegion key in the Info.plist file inside the application bundle.

If you don't know what I mean then please ignore this suggestion... wink.gif

Posted

Well, what should I edit in it ?

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>AppleNavServices:GetFile:0:Path</key>

<string>file://localhost/Applications/FileMaker%20Developer%207/English%20Extras/Templates/Business%20-%20Projects/</string>

<key>AppleNavServices:GetFile:0:Position</key>

<data>

AN4BWA==

</data>

<key>AppleNavServices:GetFile:0:Size</key>

<data>

AAAAAAHGAjA=

</data>

</dict>

</plist>

Posted

If you double-click on a pList in MacOSX, it will open with the built-in "Property List Editor".

Go to the app and control-click on it and select "Show Package Contents" from the popup menu, the Info.pList file you should change will be in that directory, along with a "Resources" folder and some other crud it might be wise not to mess with.

Double-click on Info.pList and change the CFBundleDevelopmentRegion to be "English" - you might want to double-check you have an "English.lproj" directory in the Resources directory (inside the package) before doing this - those directories are probably what you're choosing from.

This topic is 7491 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.