Share via


ReleaseUpdateDB60_Administration::getFromToLanguagePairs Method [AX 2012]

Gets all pairs of languages to migrate from AX4/AX5 to AX2012.

Syntax

server public static Map getFromToLanguagePairs()

Run On

Server

Return Value

Type: Map Class
A Map of languages pairs.

Remarks

This method should never return null since callers are not doing null check.

The key to the map is the from (AX4/AX5) language.

The value to the map is the to (AX2012 ) language.

See Also

Reference

ReleaseUpdateDB60_Administration Class