
Hi everyone,
I'm using CRM Online (V.7.1) and I'm looking to implement a new language pack for a client and have a couple of questions (centring around the same area) which hopefully someone can answer.
The problem I have is that the system is heavily customised, so after I've activated the relevant language packs and imported my custom translations:
1. How are Business Process Flows affected? Are the field labels replicated from the form or will I need to translate these separately?
2. In custom JavaScript where I have used the "Xrm.Page.data.process.getActiveStage.getName()" parameter, will the value that I reference need to be translated in my code or will my code reference the base language?
3. In custom JavaScript where I have used the "Xrm.Page.getAttribute.getText()" parameter, will the name of the field value remain in the base language in the underlying schema, so although the Users see the correct Label, the base language is what is referenced in my code? Or is the better option to replace the getText() parameter with the getValue() one in it's stead?
If anyone has worked on achieving something similar, or if there is any advice you can give it will be gratefully accepted.
Thanks
David
*This post is locked for comments
I have the same question (0)