i am creating custom content type as follow:
<ContentType ID="0x0101006383f3846f9f40c9a6ab1b3a4d8cc1f9"
Name="$Resources:Dev,DocumentCTName"
Group="Abc"
Description="$Resources:Dev,DocumentCTDesc"
Inherits="TRUE"
Version="0">
<FieldRefs>
<FieldRef ID="{EC00C347-CB69-48CE-AB47-CC402EEACF69}" Name="DateCreated" DisplayName="$Resources:Dev,DateCreated" Description="$Resources:Dev,ExpirationDateDesc" Required="TRUE"
/>
</FieldRefs>
above code is working fine for me when i deploy the solution and activate the feature very first time based on browser's language value. when Content Type is created working fine takes values from Resource file. but problem is when i change the browser's locale language , value of fields are remain same.
i want to change content type field's value based on Browser's language changed. how can i achieve this...
Please suggest.
Shubham