github.com/gotd/td/tg.InitConnectionRequest.SystemLangCode (field)

7 uses

	github.com/gotd/td/tg (current package)
		tl_init_connection_gen.go#L56: 	SystemLangCode string
		tl_init_connection_gen.go#L104: 	if !(i.SystemLangCode == "") {
		tl_init_connection_gen.go#L152: 	i.SystemLangCode = from.GetSystemLangCode()
		tl_init_connection_gen.go#L267: 	b.PutString(i.SystemLangCode)
		tl_init_connection_gen.go#L343: 		i.SystemLangCode = value
		tl_init_connection_gen.go#L416: 	return i.SystemLangCode

	github.com/gotd/td/telegram/internal/manager
		conn.go#L198: 		SystemLangCode: c.device.SystemLangCode,