Glossary Item Box

Overview: OverviewClient-Side eventsAuto format

Deployment: Deployment

See Also AspLib component library Send comments on this topic.

Localization

All the localized resources used in AspLib component library are situated in the folder localization. Any component of AspLib component library searches for a file with localized resources  according to the following scheme:

 

  1. Seek for the file with the name pattern: local.[Culture.Name].xml    For example: local.en-us.xml
  2. Seek for the file with the name pattern: local.[Culture.TwoLetterISOLanguageName].xml    For example: local.de.xml
  3. Seek for the default file: local.xml    For example: local.xml

 

For localizing the resources of  Asplib component library for any culture you only need to make a copy of file local.xml from localization folder and translate to necessary language. After that rename localized file according to the described scheme. 

Example of localization to german:

 

English local file:

<data name="Paragraph"><value>Paragraph</value></data>

<data name="BackColor"><value>BackColor</value></data>

<data name="BreakLine"><value>Break</value></data>

 

German local file:

<data name="Paragraph"><value>Absatz</value></data>

<data name="BackColor"><value>Hintergrundfarbe</value></data>

<data name="BreakLine"><value>Zeilenumbruch</value></data>

 

If you have any troubles connect our support team, we will help you.

Overview: OverviewClient-Side eventsAuto format

Deployment: Deployment

 

 


© 2002-2007 Astron Digital. All Rights Reserved.