<?xml version="1.0" encoding="utf-8"?>
<!-- define "link" attribute in case the table doesn't follow the standard notation of "_lang_" -->
<translation table="#__vikappointments_lang_status_code" id="statuscode">

	<columns>

		<!-- define primary key column -->
		<column name="id" rule="pk" />

		<!-- omit "link" attribute in case the columns of both the tables have the same name -->
		<column name="name" rule="content" />
		<column name="description" rule="content" />

		<!-- define foreign key column to create a relation with translation link -->
		<!-- define "link" attribute in case the landing table PK is not equals to "id" -->
		<column name="id_status_code" rule="fk" />

		<!-- define column used to register the translation language tag -->
		<column name="tag" rule="language" />

	</columns>
	
</translation>