I have struct.
structure translation { var lineNo: Int var language: String .... }
then I have an Array of those structs looking like