You are not logged in.
Dear users of this forum,
we are pleased to inform you that we will be updating the software behind this forum in the near future.
Existing posts, users and categories will remain untouched.
Important:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
Liebe Nutzer dieses Forums,
wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.
Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!
Wichtig:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
Pages: 1
Hi,
I want only two languages available on log-in (en and fr) in list. Where can I restrict it?
I find this file (/fileserver/etc/main/localization.cf) but not understand how to do it.
Regards,
Palacio
Last edited by palacio (2018-11-13 14:34:15)
Offline
Hi palacio,
we will look into this in ticket RS-3168. At the moment, it is not possible to restrict the language list.
Regards,
Eduardo
Offline
Hi palacio,
in reportserver 3.0.6, available by the end of the year, we introduce a new configuration property in the localization.cf file:
RS-3168
New configuration property in localization.cf: "locales". This property filters available languages. E.g. <locales>en,fr,de</locales>
This restricts the language list as you need.
Regards,
Eduardo
Offline
Hi eduardo,
Ok thank. I'm waitting it.
Regards,
Hi palacio,
in reportserver 3.0.6, available by the end of the year, we introduce a new configuration property in the localization.cf file:
RS-3168
New configuration property in localization.cf: "locales". This property filters available languages. E.g. <locales>en,fr,de</locales>This restricts the language list as you need.
Regards,
Eduardo
Offline
Hi palacio,
ReportServer 3.0.6 is released. You can use this new feature as explained in the release notes:
https://reportserver.net/releasenotes/RS3.0.6.html
RS-3168 New Feature New configuration property in localization.cf: "locales". This property filters available languages. E.g. <locales>en,fr,de</locales>
main/localisation.cf
RS-3168: The option "locales" was added in order to allow filtering the languages shown in the language selection box.
Following is a sample configuration
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<localization>
<default>en</default>
<locales>en,fr,de</locales>
<format>
<!--
<shortDatePattern></shortDatePattern>
<longDatePattern></longDatePattern>
<shortTimePattern></shortTimePattern>
<longTimePattern></longTimePattern>
<shortDateTimePattern></shortDateTimePattern>
<longDateTimePattern></longDateTimePattern>
<numberPattern></numberPattern>
<currencyPattern></currencyPattern>
<integerPattern></integerPattern>
<percentPattern></percentPattern>
-->
</format>
</localization>
</configuration>Regards,
Eduardo
Offline
Hi palacio,
ReportServer 3.0.6 is released. You can use this new feature as explained in the release notes:
https://reportserver.net/releasenotes/RS3.0.6.htmlRS-3168 New Feature New configuration property in localization.cf: "locales". This property filters available languages. E.g. <locales>en,fr,de</locales>
...
Regards,
Eduardo
Hi eduardo,
I tested it and it works fine. Thank ![]()
Regards,
El Palacio
Offline
Pages: 1