NavTranslationOptions

Header: Navigation.h

enum NavTranslationOptions {
    kNavTranslateInPlace = ,
    kNavTranslateCopy = 1
};

Constant descriptions

kNavTranslateInPlace

Tells Navigation Services to replace the source file with the translation. This setting is the default for Save dialog boxes.

kNavTranslateCopy

Tells Navigation Services to create a translated copy of the source file. This setting is the default for Open dialog boxes. The function NavGetFile always uses this setting under automatic translation.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)