Sk   En  
 
 
 
 
 
 
 
 

Components of Px Framework:


Setting the language mutation of the Px Framework



The Px Framework supports currently the following language versions, see the listing below.


Culture Name Culture Identifier Language-Country/Region
 sk-SK  0x041B  Slovak - Slovakia
 cs-CZ  0x0405  Czech - Czech Republic
 en-US  0x0409  English - United States


Language version, can be changed by typing the "Culture Name" string to the CurrentCulture property of the PxCulture static object. This shall be done immediately on startup of the application in each form, in the "Page_Load" procedure.
Please refer to the source code listing below:

protected void Page_Load(object sender, EventArgs e)
{
  PxCulture.CurrentCulture = CultureInfo.CreateSpecificCulture("cs-CZ");
     ...


If you would like to choose the English version, you may do so as follows:

protected void Page_Load(object sender, EventArgs e)
{
  PxCulture.CurrentCulture = new CultureInfo("en-US");
     ...


Entering linguistic mutations affects such components as PxSuperGrid, PxComboBox, PxFlyComboBox, PxJSDatePicker and validation objects containing texts of the error messages. If you do not set the linguistic mutation, the Px Framework shall find it itself from the IIS server configuration, and shall use it as default for all pages.



Others articles of Px Framework:



It doesn't the intention of this part website, describe in detail the work with PxFramework components, a detailed description of the component available in manual, which can be downloaded here: Download manual of Px Framework

 
  PxWebQuery
  PxSuperGrid
  PxEdit
  PxComboBox
  PxCheckBox
  PxJSDatePicker
  PxDbNavigator
  PxLabel
  PxFlyComboBox
  PxGreatRepeater
  PxChart
  PxUploader
  PxFilterView
  PxCheckBoxList
  PxRadioButtonList
  PxLogin
 
 
  AddParamKey()
  AddParamWebQuery()
  AddParamGreatWeb...
  AddParamCheck()
  AddParamFlyCombo...
  AddParamCheckList()
  AddParamRadioList()
  AddParamValidation()
 
 
  AddParamFilter()