Word Translation

easabangan
Member Posts: 114
Hi,
Any idea on how to translate words in a report.
Ex.
Normal situation - You are invoicing your customer with your default language.
Other Situation - If a customer language is japanese it converts the words of the your defualt language to japanese words.
Thanks in advance.
Any idea on how to translate words in a report.
Ex.
Normal situation - You are invoicing your customer with your default language.
Other Situation - If a customer language is japanese it converts the words of the your defualt language to japanese words.
Thanks in advance.
No future at CPI
0
Comments
-
If you just want the labels to change then you need to set teh Caption ML property to have the text you want for that language.
If you want the data translated then there is no way in standard NAV that I know of
IAnRegards
Ian0 -
If you want data translated, for items you can use the Item translation table. If you want to have other things translated (like payment terms etc.), use NAV 5.0 or add the same functionality like item translations (additional table with language code, the main table PK value and translation). Than you need to modify your report to read the translation when needed.0
-
i had forgotten about the item transaltion stuff.
You'd still hit a problem if someone typed in some extra descriptive info but you could get most of the way there.Regards
Ian0 -
(or sometime we are using separate payment terms for foreign languages with description in their language. than we have correct description of the payment terms on the invoice, you just needs to set correct code on the invoice before posting - e.g. through default code on the customer card).0
-
I already know how the item translation works. But its not the need of our client. What I exactly needed is like a dictionary.
Example :
- the user inserts a word "Goodbye"
- then the program will show this word in japanese "Sayonara".No future at CPI0 -
That’s what I thought you might want, a completely freeform translation tool. I haven't seen one for NAV and to build one would be a nightmare I think. It’s not only the literal word for word translation but also the correct sentence structure you would need.Regards
Ian0 -
For a long time I had been looking for an HTML editor inside NAV for a customer. I ended up giving them a link to an online editor, and they are now using that one and are happy with it. Maybe you can find an online translation site and provide a link to it. It might not be as sophisticated as you want it to be, but for the purposes it might be a good workaround.0
-
Maybe you can find an online translation site and provide a link to it. It might not be as sophisticated as you want it to be, but for the purposes it might be a good workaround.
May you share the link to an online editor that you were saying...?
Thanks a lot!No future at CPI0 -
You can write your own function that retrieves translated word (two parameters that exits translated text).
I.e.:Translate(LangID : Code[10];Word : Text[1024]) : Text[1024] Case LangID of 'JPN': begin case word of 'Goodby':exit('Sayonara') ; end ; end ; end ; exit(Word) ;
Then change SourceExpr on TextBox totranslate(Customer."Language ID","Description")
If you have to translate several words in one variable, consider additional function that translates separated words and returns translated sentence.0 -
You can write your own function that retrieves translated word
Thanks for the suggestion.... but I am looking forward for a "ready made" that will automatically translate a word or a sentence or a paragraph.No future at CPI0 -
This may be an area inside navision where you can utilize the multilanguage sections.
Under the interactions setup for salutations you have transalations for standard phrases "dear madam" etc against each language code which is used when producing reports or interactions to the contact the default language will appear with the tanslation based upon the contacts language code.
With an invoice the wording i would suspect would be the same repitive phrases again and again.
you would have to setup the correct grammer yourself and of course in japanese decide which of the 3 character languages you will be using which has other issues as well.
But this would be a good basis for doing what you require.
No online translation tool is ever 100% or i would have gotten a lot more dates then slaps0 -
Easabangan, you have several possibilities to translate reports.
One is CaptionML, where you can add foreign descriptions of text boxes.
Second one is to translate in way like VATText (i.e. R:204) is generated.
Third one is to translate text at point of insertion in record (i.e. Item in sales line is converted that way).
Fourth one is to translate text "at-site" (see previous example of code)0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions