using swift dictionary with simplified chinese
let chinese:[String:String] = [ "你好":"hello" ] chinese["你好"] //hello