Using Canadian English Dictionary? - ehMac.ca
Facebook
Twitter
YouTube
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
Old Nov 29th, 2005, 11:03 PM   #1
Full Citizen
 
MacGYVER's Avatar
 
Join Date: Apr 2005
Location: Toronto
Posts: 774
Using Canadian English Dictionary?

Can anyone explain why in Pages when I select Canadian English under Spelling that it jumps back to English after one word? Why won't it stay on the Canadian English setting? Am I missing something? Do I need to select something in the Input Menu under System Preferences in the International settings?
MacGYVER is offline   Reply With Quote
Sponsored Links
Advertisement
 
Old Nov 29th, 2005, 11:27 PM   #2
Full Citizen
 
MacGYVER's Avatar
 
Join Date: Apr 2005
Location: Toronto
Posts: 774
Ok, this looks to be like something isolated only in Pages and not system wide. :

If I go to MAIL and check out the Spelling option it stays as Canadian English when checking for spelling errors for entire document. But, in Pages it only stays on the word you're checking and then reverts back to whatever it was set to previously, in my case just plain English. How annoying is that? Why wouldn't Apple develop Spell checking the same right across the board in all their applications? Unless I am missing a setting or something within Pages to scan the entire document instead of just the word I am on?
MacGYVER is offline   Reply With Quote
Old Dec 12th, 2005, 05:14 PM   #3
Indigent Academic
 
rgray's Avatar
 
Join Date: Feb 2005
Location: the Gulag of E ON
Posts: 6,594
Lightbulb set the Global Spelling Server

If you run the Terminal command
Code:
defaults read -g NSPreferredSpellServerLanguage
I am pretty sure it will return "en" on your machine (you selected English as the default language, no?).

If you want to force the global spelling server to use Canadian English as systemwide default, run the following Terminal command
Code:
defaults write -g NSPreferredSpellServerLanguage "en_CA"
Which will return en_CA to the read command at top...

I like to use British English so I use
Code:
defaults write -g NSPreferredSpellServerLanguage "en_GB"
Which will return en_GB to the read command at top...

Check your system by running the read command at the top of this post.

References: British English Spellcheck And Dictionary (macosxhints) and Apple - Support - Discussions - NSPreferredSpellServerLanguage
rgray is online now   Reply With Quote
Old Mar 8th, 2008, 12:45 PM   #4
New Neighbour
 
Join Date: Mar 2008
Posts: 5
Setting Canadian English

I've just bought myself a Mac and Microsoft Office (with Microsoft Word and Microsoft Entourage) for the Mac. I've looked under Tools and Preferences and find that English (UK) and English (US) are the closest options.

How do I set the language to Canadian English?

Thanks

Ray
raymcfetridge is offline   Reply With Quote
Old Mar 8th, 2008, 12:52 PM   #5
Honourable Citizen
 
iMouse's Avatar
 
Join Date: Mar 2008
Location: Oshawa, Ontario
Posts: 1,399
Can't answer that question, but if you can set it to British English it's the same thing.
__________________
The rules and regulations of this forum state that my posts are authored by me and are my own views.

This may or may not be true.

If you see links in my posts for items for sale etc, they are not my links, nor my views.

I do not wish to be held responsible for anything that occurs as a result of clicking these links inserted without my permission,

So, if you click any of these links, you do so at your own risk.
iMouse is offline   Reply With Quote
Old Mar 8th, 2008, 01:13 PM   #6
New Neighbour
 
Join Date: Mar 2008
Posts: 5
British Enlish is NOT the same as Canadian English

See: British, Canadian and American Spelling
for a partial listing of some of the differences.

Here are some examples:
aeroplane vs airplane
aluminium vs aluminum
amortise vs amortize
artefact vs artifact
capitalise vs capitalize
...
...
...


Can anyone tell me how to set up Canadian English on my Mac and on the programs I use?

Thanks

Ray
raymcfetridge is offline   Reply With Quote
Old Mar 8th, 2008, 05:24 PM   #7
Honourable Citizen
 
chas_m's Avatar
 
Join Date: Dec 2007
Location: Victoria BC
Posts: 11,781
Send a message via AIM to chas_m
Quote:
Originally Posted by raymcfetridge View Post
Can anyone tell me how to set up Canadian English on my Mac and on the programs I us
See RGray's post above for the way to do this if you originally selected English (ie US English) or English (UK) and now wish to change them.

I use English spellings (well not aeroplane, but most others) because I was schooled in England and it looks "right" to me that way even though I spent the vast majority of my life in the US.

I haven't set my machine for "Canadian English" because I'm not sure what precisely that would change. I'll have to look into that. Does it add "eh" to the end of every question or something?
chas_m is offline   Reply With Quote
Old Mar 9th, 2008, 03:11 AM   #8
New Neighbour
 
Join Date: Mar 2008
Posts: 5
Run ...

rgray's post states:
"run the terminal command-- defaults write-g NSPreferredSpellServerLanguage "en_CA""

How do I do that?

Thanks

Ray
raymcfetridge is offline   Reply With Quote
Old Mar 10th, 2008, 01:33 AM   #9
Public Servant
 
Chealion's Avatar
 
Join Date: Jan 2001
Location: Calgary
Posts: 7,069
Send a message via ICQ to Chealion Send a message via AIM to Chealion Send a message via MSN to Chealion
raymcfetridge: To run a terminal command;

Go to your Applications folder and find the Utilities folder.
Open the Utilities folder and look for Terminal.app
Open up Terminal.app and a text only interface will appear. While decidedly less friendly than a graphical user interface the command line gives quite a bit of power to those who are looking for it.

Simply type in the command (or copy and paste what is below) and then press return. Once done just go ahead and quit Terminal.app.

Code:
defaults write-g NSPreferredSpellServerLanguage "en_CA"
For the curious the break down of the command:
defaults - an application that allows you to change preferences in programs, the operating system, etc.
write - Tells defaults that we are going to be adding information
-g - This is what is called a flag - the hyphen than a g means this is to be applied globally (meaning to every program installed)
NSPreferredSpellServerLanguage - This is a setting for programs allowing them to see what language they should be using for spellchecking. It's something you'll never see unless you're diving down into setting preferences manually like we are doing now.
"en_CA" - The Canadian English dictionary.

Hope that clears the mud slightly.
__________________
I still remember Macnutt.
Chealion is offline   Reply With Quote
Old Mar 10th, 2008, 11:52 AM   #10
krs
Honourable Citizen
 
krs's Avatar
 
Join Date: Mar 2005
Location: Ontario and Quebec
Posts: 8,071
What happened to be able to select the language preference in the OS X GUI?

Do you really have to muck about in terminal mode for something this simple? Then I might as well go back to DOS
krs is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dr. G..street lingo.....barrier or "just culture"?? MacDoc Everything Else, eh! 39 Jul 28th, 2005 07:08 PM
Moe Norman - Canadian golf legend MACSPECTRUM Everything Else, eh! 11 May 12th, 2005 05:15 PM
iTMS Canadian Culture ravijo All iOS - iPhone, iPad, iPod touch, Apple TV & iTunes 17 Dec 3rd, 2004 05:29 PM
ehMac Members! Please donate to the Canadian Red Cross! ehMax Everything Else, eh! 15 Mar 27th, 2003 03:07 PM
Americans do it again to Canadian farmers MACSPECTRUM Everything Else, eh! 2 Mar 10th, 2003 10:02 AM


All times are GMT -4. The time now is 07:08 AM.



Copyright © 1999 - 2012, ehMac.ca All rights reserved. ehMac is not affiliated with Apple Inc. Mac, iPod, iTunes, iPhone, Apple TV are trademarks of Apple Inc. Content Relevant URLs by vBSEO 3.6.0 RC 2

Tribe.ca: Urban living in Toronto!