Skip to main content

Add a language layer from database objects.

Hi All,

Let's discuss a conman Question mostly asked/raised during Upgrade Process.

How do i add a language Layer to my Database.



What is Use Language Layer?

Language Layer Enable to Database Objects to Support Multiple Language.

How to find languages in my database?

1. Open any objects in your database (say table).
2. Select any standard field and navigate to its properties.
3. Check the Value in CaptionML Property.
4. This will list the caption of field in all the languages that you have in your database.



5. As shown above the field have single language (ENU).

If we want to add a language in a database we need to remember three point -

1) The applied language layer only update captionML property of Standard Fields ONLY.
2) You cannot import Language layer until and unless all the objects of database are compiled.
3) You require the .flm file of the language you want to add.
4) Once language is imported all the objects have modified flag set to True.



Steps to Import Language Layer -

1) Open Classic Client / Developer Environment.
2) Open Object Designer.
3) Select All Objects.
4) From Tools Select Language Module and select Import.



5) Select the Flm File and click Open.


Open the same table and open the same field you will find multiple values in captionML Property of field.



I hope you will find this post useful.

Regards,
Saurav Dhyani
http://saurav-nav.blogspot.in/

Comments

Popular posts from this blog

VIEW SERVER STATE permission on SQL Server?

Hi all, Sometime While trying to Login into a database we face an error message as shown below. --------------------------- Microsoft Dynamics NAV Classic --------------------------- You cannot start Microsoft Dynamics NAV Classic because you do not have the VIEW SERVER STATE permission on SQL Server. Contact your system administrator. --------------------------- OK    ---------------------------

NAV 2013 R2 - Cumulative update 12 Released.

Hi all, Please find below the details of  Cumulative Update 12 released for Microsoft Dynamics NAV 2013 R2. Title - Cumulative Update 12 for Microsoft Dynamics NAV 2013 R2 Build No. - 38053 Release Date - October, 2014 Local Version Included - AU, AT, BE, CH, DE, DK, ES, FI, FR, IS, IT, NA, NL, NO, NZ, SE, UK, RU Download Link Note: Implementing this cumulative update will require a database conversion unless you have already implemented update rollup 5.

Error After Restore SQL Backup of NAV 2013 Database

Hi all, we are facing a conman issue during restoring a SQL Database backup restored for NAV 2013. While Trying to run object from Object Designer we get below listed error (even the service is configured properly) - --------------------------- Microsoft Dynamics NAV Development Environment --------------------------- There are no NAV Server instances available for this database. You must ensure that a NAV Server instance is running and is configured to use the database before you perform this activity. --------------------------- OK    ---------------------------