Location: Symbol Reference > Functions > JwInitLocalizedMappings Function
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
JwInitLocalizedMappings Function
Pascal
procedure JwInitLocalizedMappings(PrimaryLanguage: Word; SubLanguage: Word; Inst: HINST = 0);
Parameters 
Description 
PrimaryLanguage: Word 
defines the primary language id  
SubLanguage: Word 
defines the primary language id  
Inst: HINST = 0 
defines the resource source 

JwInitLocalizedMappings translate all the rights mapping arrays using the resource. 

user language or neutral if not found JwInitLocalizedMappings(PRIMARYLANGID(GetUserDefaultUILanguage), SUBLANGID(GetUserDefaultUILanguage)); JwInitLocalizedMappings(LANG_SYSTEM_DEFAULT, SUBLANG_SYS_DEFAULT); 

english version JwInitLocalizedMappings(LANG_ENGLISH, SUBLANG_ENGLISH_UK); 

german version JwInitLocalizedMappings(LANG_GERMAN,SUBLANG_GERMAN); 

neutral version (using constant names) JwInitLocalizedMappings(LANG_NEUTRAL, SUBLANG_SYS_DEFAULT); JwInitLocalizedMappings(0,0); 

 

Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!