Hi there,
May i know whether it is possible to modify the current language base of an organization?
Currently, our company has 3 different CRM organizations, China, Thailand and Korea respectively. Thailand and Korea is in English base while China was in Simplified Chinese Based as we perform import organization on the China organization. We like to standardize all the language base to english, and we are thinking of modifying through the database table localizedlabel instead of creating a new organization and perform manual uploading of data between the organization. Does anyone know how the version, objectID and localizedlabelid is being generated? I was thinking of using new() but it will only generate a random ID instead of an ID that is binded with the languge code. (Current default GUID of localizedlabelid are all binded with language code such as
00000000-0000-2052-00AA-000000666000 (2052=Simplified Chinese)
10000000-0000-2052-00AA-000000666000
00000000-0000-2052-00AA-000000666100
This applied to the Object ID as well.
Thanks