What is an implicit localization?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is an implicit localization?
Rating:
An implicit localization uses a local resource file to automatically define properties of ASP.NET server controls for a Web site. In this way, a Web page does not need to explicitly specify which control properties are to be localized on the Web site. ASP.NET examines the server controls on the Web page during runtime. ASP.NET then searches for the resource file if the controls have been marked for using implicit localization. It then substitutes the resource file values for the marked controls if it finds the property settings for the marked controls.
Rating:
Was this information helpful?
Other articles
- What is a FTP-based Web site?
- What is the InitializeCulture method of the Page class?
- What are the advantages of applying a theme for a Web application?
- What is a Web custom control?
- What is the functionality of the Copy Web Site tool when two Web sites are synchronized?