changing language settings of citation
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Could you describe precisely what you're trying to get, what you're doing and what you're actually getting?
Does anyone has a solution to this problem?
One way to solve this locally would be to set the default language directly on the style. That's done by adding an attribute to the style element at the top of the CSL style code. That is, find the element that looks like:
<style xmlns="http://purl.org/net/xbiblio/csl"
and change it to;class="in-text"
xml:lang="en">
<style xmlns="http://purl.org/net/xbiblio/csl"
That will peg the style itself to English (or whatever locale you specify).class="in-text"
default-locale="en-US"
xml:lang="en">
Once again, thank you for the help!
Thanks!