Movies sorting order

Hello,
I’d like to know where Plex get language information for the sorting order
of the movies (I mean removing the articles from the name, for example ‘The’).

In my configuration, Plex is set to Italian language, and as metadata getherer
I use a plugin called XBMCnfoMoviesImporter, which not have a language
set (the only option is None).

My problem is that the titles are ordered only removing the english articles for
the start, not the italian one.

I would want a situation where or the prefixes aren’t removed at all, or also italian
articles are considered in the names management.

I checked the plugin code, in the initialization I have this entry:
languages = [Locale.Language.NoLanguage]

I suppose that is it the reason because I can select only none, but theorically
is correct because the sorting order is specified eventually in the movie.nfo file.
But Plex, in any case, remove the english articles.

I know that my english is not the better of the world :slight_smile:

Anyone can help me to fix this problem ? I mean considering italian articles,
viceversa, ignoring the english one ?

Thanks in advance,
Marco