These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

Design frontpage (default)

Hi i need to no howe to change
the text in the login page

""Welcome to"" an Login text""

Where do i change this  ????
Thomas Westman 2/13/2008 4:49 AM
Edit FileVista\languages\en.xml, you can change the first two strings for the login page.

You can also create your own language file in this folder. Note that, the language file to be loaded is identified by the default culture which you chose during configuration wizard.

For instance, if you chose Swedish (Sweden) sv-SE during configuration, the application will try to load sv-SE.xml or sv.xml.
Cem Alacayir 2/13/2008 5:35 AM
I tryed yust that and when i do
FileVista crach

<?xml version="1.0" encoding="utf-8"?>
<Language>
  <Strings>
    <String key="500">Backupnow Norden  {0}</String>
    <String key="501">Please enter your credentials:</String>
    <String key="502">User name:</String>
    <String key="503">Password:</String>
Thomas Westman 2/19/2008 8:31 AM
When you do a change in languages folder, please open and save web.config file to restart the application, otherwise the changes will not be reflected.
Cem Alacayir 2/22/2008 9:45 AM