Hi@all,
first of all, sorry for this "necro-post"...

I had to put together two language translations of a text in a page, so i put a little modification on this plugin. I tried to do the following things:
- change the pagination menu links text to a label;
- every "page" uses as link text a label, and it's taken from the id of the last element (-> pageTag) in the page;
- it's enabled by a configuration parameter called "usetagid".
This way, i just had to:
- put the translations into 2 separated elements of the paginated content each one having as id a "useful" label, i.e. "DE", "IT", "FR";
- set pageSize to 1;
- set usetagid to 1.
Don't know if this could be someway useful or if it could be someway easily (or not...) integrated with an i18n layer, but if you think it could be useful to someone just tell me and i'll send you by mail or PM this modified version, so you could test it and "approve" it if you think it could work...

(I prefer not to attach it to this post just because i wouldn't make any user think it's a latest release of this extension... but just tell me if you prefer this way, and i'll attach it to a response in this thread.)