Share via


ChangeControlStylesheet (client-side)

Use this routine to change the style sheet for edit controls so that input can be in a different language than specified by the main style sheet.

Definition

sub ChangeControlStylesheet(sLanguage)

Parameters

  • sLanguage
    A string that specifies the name of the new language-specific style sheet file to be used for the edit controls.

Return Value

None.

Remarks

The sLanguage parameter should be one of the file names shown in the following table, or the name of an equivalent file defined for another language and placed in the include\styles folder.

Style Sheet File Description
chs_widgets.css Style sheet for Chinese (Simplified) edit control input.
cht_widgets.css Style sheet for Chinese (Traditional) edit control input.
en_widgets.css Style sheet for English (Western Europe) edit control input.
jp_widgets.css Style sheet for Japanese edit control input.
ko_widgets.css Style sheet for Korean edit control input.

This routine is available in the include file ActionPageUtil.asp.

See Also

Client-Side Routines

Server-Side Routines

InsertControlStylesheet (server-side)

Copyright © 2005 Microsoft Corporation.
All rights reserved.