Selects a new input mode.
Original signature is '-(void)selectInputMode:(NSString*)modeIdentifier'
Available in Mac OS X v10.5 and later.


- modeIdentifier (NSString)
- An NSString object with a DNS format, such as: com.<company name> .inputmethod.<some name>. The identifier should match one of the keys in the component input mode dictionary.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)