I have a new site I am building for a French organisation (non-commercial). I have installed 9.10.2.
I would like to have the internals in French as this will help understanding. I have found a FR-fr language pack in GitHub labelled version 9.9.1.
Will this mismatch of version numbers be a problem.
Many thanks, you are always helpful.
Simon Thompson
Perfect! It worked like a dream.
Simon,
it does not matter if you search for that on a local (development) server or a production server. The point is to find the file that you want to change, and assuming I want to change the phrase "Reset Password" (button on the registration form) I do it like this: I open Notepad++, then I go to Search >> Find in Files (Ctrl + Shift + F), and enter the following:
>Reset Password<
*.resx
D:\Web\DnnRoot\
Then I click the "Find All" button. This gives me the following result:
D:\Web\DnnRoot\admin\Security\App_LocalResources\SendPassword.ascx.resx (2 hits) Line 145: Reset Password Line 196: Reset Password D:\Web\DnnRoot\DesktopModules\Admin\Security\App_LocalResources\ManageUsers.ascx.resx (1 hit) Line 155: Reset Password D:\Web\DnnRoot\DesktopModules\AuthenticationServices\DNN\App_LocalResources\Login.ascx.resx (1 hit) Line 139: Reset Password
Then I use the localization (translation) editor on my site to correct these words in these file(s), either in another language or for the host or the portal - but not for "Global" if it's Englisch (US), because this could be overwritten by an update.
Hope that helps...
Happy DNNing! Michael
These Forums are dedicated to the discussion of DNN Platform.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.