Glossary Item Box
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:
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. |
| See Also |
Overview: Overview | Client-Side events | Auto format
Deployment: Deployment