now Microsoft issue Adding Language Support to Microsoft Dynamics NAV 2009 SP1,then you can develop yourself language on RTC,for example Chinese language,aha,but this file very difficult,please give me a example,thank you friends
for partner:
https://mbs.microsoft.com/partnersource ... page=false
Answers
This is a rough guide to give an idea of the work:
There should also be a template solution which you can open in Visual Studio. It is basically a solution consisting of several projects with one or two .resx files in it. These .resx files contains English values for all strings, which you then should translate into your desired language.
The name of the file, should then be renamed to match your language, i.e. Catalan language: Lang.ca-ES.resx or Mongolia Lang.mn-MN.resx.
Next step is to sign the projects (assemblies) with your own key, and compile. Then copy the output folder (ca-ES / mn-MN) to both client and server.
The assemblies needs to be registered in the Client-Addin table, and you also need to translate the STX file and have it sealed by Microsoft. For testing purposes, you can copy the ENU (or similar) folder, and rename it to match your language - but remember to use the three-letter ISO format here, i.e. Catalan - CAT. You still need to translate and seal / lock this file.
But, please follow the guideline document provided.
This posting is provided "AS IS" with no warranties, and confers no rights.
This posting is provided "AS IS" with no warranties, and confers no rights.
I did try it quite some time ago, but from what I recall, no, I didn't!
If this works - you're a blessing
I have this link, but I think there is a direct link somewhere. I need to get back on that one.
https://mbs.microsoft.com/knowledgebase ... mmmpsnsotx
This posting is provided "AS IS" with no warranties, and confers no rights.
However, after selecting it, and restarting RTC, I got error message saying "Language xxx is not installed"
The registration is important to have the different assemblies accepted and have Dynamics NAV picking up strings from these. All assemblies needs to be signed and registered in the Client-Addin table.
i.e. Microsoft.Dynamics.Nav.Language.resources.dll should be registered as Microsoft.Dynamics.Nav.Language without resources.dll.
This posting is provided "AS IS" with no warranties, and confers no rights.
Do you know what if we have two additional languages and two dll's with same names like above!?! From my experience, Nav use the first defined dll ("Client Add-In" table) with public token and load language in language selection page/dialog, if exists, when RTC opens. Other additional language is skipped, not loaded.
Our needed is to see both additional languages. Does anybody solve this problem!?!