language
調査中
解説
調査中
インプットマネージャーの言語を返します。
返り値
( NSString * )
言語
引数
フレームワーク
ApplicationKit
クラス
NSInputManager
Instance Methods
使用可能
10.0
参照
例文
#import "MyObject.h" @implementation MyObject - (IBAction)myAction:(id)sender { NSInputManager *iMgr = [NSInputManager currentInputManager]; NSLog([iMgr language]); } @end