Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 10,624 for

locale

(0.14 sec)
  1. Number format not applied on merged field - Fre...

    Hi We were using the aspose word java 15.11 jar at that time, and we were experiencing a date conversion issue, but now we’ve upgraded the aspose jar to 22.12. Date formating issue has been resolved. Now number formatt…... Scenario 1 :Locale set to currentThread is ‘en_NL’...file : 1.500,00 Scenario 2 :Locale set to currentThread is ‘en_NL’...

    forum.aspose.com/t/number-format-not-applied-on...
  2. syntax checking & spell correction for GridJs|D...

    This article describes how to add syntax checking & spell correction for GridJs....( name = "locale" , required = false ) String locale ) { // Check...correctSyntax ( textInput , locale ); // Return a response indicating...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  3. GridJs的语法检测与拼写校正|Documentation

    本文介绍了如何为GridJs添加语法检测与拼写校正功能。...def correct_syntax ( text , locale ): # replace your logic here...get ( 'v' ) locale = request . form . get ( 'locale' ) if not text...

    docs.aspose.com/cells/zh/python-net/aspose-cell...
  4. Show Formula Explanation for GridJs|Documentation

    This article describes how to show formula explanation for GridJs....( name = "locale" , required = false ) String locale ) { // Here...getFormulaExplain ( formulaText , locale ); // Return a response indicating...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  5. 显示GridJs的公式说明|Documentation

    本文介绍了如何为GridJs显示公式说明。...String locale = HttpContext . Request . Form [ "locale" ]; if...GetFormulaExplainAsy ( formulaText , locale ); return Ok ( new { Success...

    docs.aspose.com/cells/zh/net/aspose-cells-gridj...
  6. Aspose::Words::Font::get_NameFarEast method | A...

    Aspose::Words::Font::get_NameFarEast method. Returns or sets an East Asian font name in C++....equivalents for our font and locale. // If the builder inserts...them using the "FarEast" font/locale instead of the default. //...

    reference.aspose.com/words/cpp/aspose.words/fon...
  7. Implement Errors and Boolean Value in Russian o...

    Learn how to implement errors and boolean values in Russian or any other language using Aspose.Cells with C++....Excel in the Russian locale or any other locale, it will display...Boolean values according to that locale. You can achieve similar behavior...

    docs.aspose.com/cells/cpp/implement-errors-and-...
  8. Exported excel does not honor workbook's cultur...

    In German culture, the thousand separator is ( . ) and the decimal separator is ( , ) Therefore, the expected output in Excel should be 12.756,5766. However, the actual output is 12756.5766. The German culture settings d…...excel always uses the default locale of the machine where it runs...template file. So if the defalt locale of your ms excel is not de-De...

    forum.aspose.com/t/exported-excel-does-not-hono...
  9. C# aspose cells dates - Free Support Forum - as...

    Hi I am looking to copy ranges from from workbook to another or from one worksheet to another. I used value = RangeA.Value and RangeB.Value = value The problem is that in some circumstances date values get changed f…...can’t reproduce this in my local UK machine but happens when...machines where I can’t control the locale of the machine. How can I control...

    forum.aspose.com/t/c-aspose-cells-dates/315671
  10. DataSet | Aspose.Words for Java

    Represents an in-memory cache of data in Java.... setLocale(Locale locale) Sets the locale information used...Returns: boolean - true if locale was set readXml(InputStream...

    reference.aspose.com/words/java/com.aspose.word...