The Gorontalo Language in Professional Communication: its Maintenance and Native Speakers’ Attitudes
https://doi.org/10.24833/2687-0126-2021-3-3-39-51
Abstract
This study aims to describe the maintenance of the Gorontalo language in the workplace by Gorontalo speakers. To carry out qualitative research we collected data through interviews, observations and field records, and then analysed it employing Spradley’s model (used in ethnography). The research reveals that: (1) the Gorontalo language is used in the work interactions between all employees, or between employees and customers who are fluent in the Gorontalo language; customers will start conversations using the Gorontalo language if they have close relationships with their interlocutors; (2) the attitudes of the speakers who actively use the Gorontalo Language in the workplace towards the language under discussion can be positive and negative depending on the backgrounds of the speakers; (3) the factors that affect Gorontalo language preservation can be classified into two groups: factors from the outside of the community, including changes in the composition of multi-ethnic society and the exposure to global information, and factors from within the community, such as the lack of public awareness of the urgency to maintain the Gorontalo Language as the local pride.
About the Authors
U. Zakariya
Indonesia
Ulfa Zakaria is researcher
N. Lustyantie
Jakarta State University
Indonesia
Ninuk Lustyantie is lecturer
. Emzir
Jakarta State University
Indonesia
Prof. Dr., Emzir, M.PD is lecturer in the Department of the Arabic language
For citations:
Zakariya U.,
Lustyantie N.,
Emzir
The Gorontalo Language in Professional Communication: its Maintenance and Native Speakers’ Attitudes. Professional Discourse & Communication. 2021;3(3):39-51.
https://doi.org/10.24833/2687-0126-2021-3-3-39-51
';
}
html += '
';
$("#tab6").html(html);
$("#tab-button6 a").text("Cited By ("+data.length+")");
$("#tab-button6").show();
});
}
function createScopusCitations(){
var url = "https://www.pdc-journal.com/jour/article/scopusCitations/127";
$.get(url, function(data){
if (!data || !data.length) return;
var html = '
';
html+= '
Scopus Cited
';
for (var i=0; i
';
html+= ''+data[i]["title"]+'
';
html+= ''+data[i]["authors"]+'
';
html+= '';
if (data[i]["journal"]) html += data[i]["journal"]+', ';
if (data[i]["year"]) html += data[i]["year"]+'; ';
if (data[i]["issue"]) html += data[i]["issue"];
if (data[i]["volume"]) html += data[i]["volume"];
if (data[i]["first_page"]) html += ":"+data[i]["first_page"];
html+= ";";
html+= 'DOI: '+data[i]["doi"]+'
';
html+= '';
}
html += '
';
$("#tab8").html(html);
$("#tab-button8 a").text("Scopus Cited ("+data.length+")");
$("#tab-button8").show();
});
}
function createMetricChart(){
var url = "https://www.pdc-journal.com/jour/article/metrics/127";
$.get(url, function(data){
console.log(1);
var ctx = document.getElementById('metricChart');
console.log(2);
if (!data || !data['months'].length) return;
var chart_data = {
labels: data['months'],
datasets: [{
label: 'Statistics',
data: data['counts'],
fill: false,
borderColor: '#ffb400',
tension: 0.1
}]
};
new Chart(ctx, {
type: "line",
data: chart_data
});
});
}
$(document).ready(function(){
var doi = $("meta[name='DC.Identifier.DOI']").attr("content");
if (!doi || doi=="undefined") {$("a.block-link").remove()}
if ($(".fullHTML").length) createCitationLinks();
createCitedBy();
createScopusCitations();
/*createMetricChart();*/
$('#qrcode-thumb').qrcode({width:25, height:25, text:window.location.href} );
$('#qrcode').qrcode({width:150, height:150, background: "#f2f2f2", text:window.location.href} );
});